Strict/-Werror mode #1742
Unanswered
MarkusTeufelberger
asked this question in
Ideas
Replies: 1 comment 2 replies
-
Also log messages are inconsistent as of 6.7.0: Example: With "fatal violations", I'd expect that the linter would actually return a nonzero code. If these were 61 warnings though, it would just return 0 and |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There are a lot of options in ansible-lint that allow exceptions from rules, but for example running it in
pre-commit
anything that is not an error will not even be displayed to the user and just silently be ignored.It would be helpful to be able to make the linter return a nonzero return code on any warning too, just like on errors.
Beta Was this translation helpful? Give feedback.
All reactions