-
Notifications
You must be signed in to change notification settings - Fork 21
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
Lint Option #22
Comments
Built-in linting would be really helpful. It would fit nicely as a global flag, like Here's a few examples of things that tusk can add linting for (I may edit this):
This is lower on my priority list, but I'd be happy to accept contributions here. |
I think that is a good list and should cover just about all cases I can think of reasonably. I'm on the side that tusk should be as opinionated as it needs to be to consistent in regards to style. I do not think that those lint violations should result in errors though. I would like to see them as warnings. I might be a little biased but I really like the way puppet-lint works. |
It would be possible, either as an initia proto-type or as a final approach to do this as a separate program |
A
tusk lint
option would be useful for verifying complex Tusk files. I'm not sure how this might be implemented though sincetusk lint
could potentially be a task a user has written.The text was updated successfully, but these errors were encountered: