Skip to content
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

Introduce a way to tweak warning/error level for checks #91

Closed
beaufour opened this issue Mar 26, 2012 · 2 comments
Closed

Introduce a way to tweak warning/error level for checks #91

beaufour opened this issue Mar 26, 2012 · 2 comments

Comments

@beaufour
Copy link

I've just run the linter on our puppet manifests and we have a fair amount of trailing_whitespace-check, but I wouldn't consider it an error. Ideally I'd like to turn most checks into warnings for now, and then when we get our code cleaned up a bit I can turn things into errors again (as they would/should be breaking our CI setup)

@rodjek
Copy link
Owner

rodjek commented Jul 31, 2012

If you don't particularly care about trailing whitespace, you should just disable that check (--no-trailing_whitespace)

@rodjek rodjek closed this as completed Jul 31, 2012
@beaufour
Copy link
Author

Ah no, I don't want to disable them. I'd like to turn them into warnings, so I still see them, but they shouldn't be fatal.

bastelfreak pushed a commit to bastelfreak/puppet-lint that referenced this issue Feb 28, 2023
…s_check

(CONT-670) Add legacy facts check
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants