-
-
Notifications
You must be signed in to change notification settings - Fork 374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
General linting/indent/syntax #580
General linting/indent/syntax #580
Conversation
689644c
to
542e9ff
Compare
37863d0
to
784386d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
first pass
301985c
to
d936501
Compare
can we open up some follow up issues for the findings, before merging this and forgetting about it forever |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor nit, looks good otherwise
d936501
to
7520a85
Compare
|
added two more issues |
Any $src = false, | ||
Array $environment = [], | ||
Boolean $forceupdate = false, | ||
Stdlib::Absolutepath $cwd = undef, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is a backwards-incompatible change. previously you did not need to set a cwd, now it's mandatory. this should be fixed. In the meantime I added the backwards-incompatible label here.
This was optional before voxpupuli#580 was merged.
This was optional before voxpupuli#580 was merged.
fixed it in #587 |
I have just adjusted the manifests to current code style. There should not be any compatibility changes.