-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
Can this be changed to support "global" .groovylintrc.json files? #29
Comments
I'm not sure that it's a good idea to use a root file at an upper level than the repo, especially if u use CI / docker, but as it's supposed to be possible to directly target a config file in --config argument, so i'll solve this bug in the next patch :) |
A lot of tools use a root config and a local config option, where they either get merged or you can disable from including the root one. A good example would be A default Jenkinsfile ruleset would be great! :) There are a few rules currently causing problems at least for my use-case:
Some rules that I had to disable or modify locally were also |
Thanks for the suggestions, I'll manage all that :) |
Published 4.5.0 managing :
If you wants more rules for Jenkinsfiles, you can
Please reopen the issue if you still see problems :) |
I would like to have a set of default rules at
~/.groovylintrc.json
as there are certain rules which don't work with Jenkinsfiles too well in their default format, but I don't want to modify each repo with the same rules either.The text was updated successfully, but these errors were encountered: