kibit
kibit copied to clipboard
Rule Set and File Exclusions
This is an enhancement that allows for the specification of exclusions when running kibit. With this, it will be possible to pass in exclusions in the form of a map, where keys are file names and values are sets of keywords representing default rule sets.
See the updated README.md for details.
A sister pull request will be made against lein-kibit in order to have it pull excludes from .project files.
Ah interesting I was suggesting a similar thing https://github.com/jonase/kibit/issues/175
I think to actually get a more granular behaviour we might need to enumerate everything as described in that issue, even if this approach would be already quite nice.
Hello @jonase , any news on this?