-
Notifications
You must be signed in to change notification settings - Fork 206
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
2.3.1: puppet-lint does not show errors/warnings --error-level option. #756
Comments
I ran into this too after updating to 2.3.1 on MacOS High Sierra. I can't tell whether there are actually lint issues in our puppet manifests, or if |
Just ran into this as well, all my CI systems are failing as a result. |
It breaks the Puppet Development Kit as All the printing seems to be broken.
|
It works, thank you.
Also printing all the issues. |
Confirmed, works on MacOS too. Thank you. |
Thanks for confirmation! |
@farkasmate I also noticed that problem with On
On
|
Environment
puppet-lint
:2.3.1
4.9.0-3-amd64 #1 SMP Debian 4.9.30-2+deb9u5 (2017-09-19) x86_64 GNU/Linux
Actual behaviour
No output at all, but set status to
1
when launched with--fail-on-warnings
option.Expected behaviour
It should display errors and warnings in file.
For example, like follows:
Steps to reproduce
Run
puppet-lint
on puppet file with misaligned class properties.Correct version of this file will be
The text was updated successfully, but these errors were encountered: