oppiliappan / statix

lints and suggestions for the nix programming language
https://git.peppe.rs/languages/statix/about
MIT License
552 stars 21 forks source link

Make include/exclude patterns available in `config.toml` #40

Closed NobbZ closed 2 years ago

NobbZ commented 2 years ago

Currently it seems as if enabling/disabling individual checks/lints is the only thing supported in the config.toml, this means that I still have to manually maintain a list of ignored files when running statix.

I'd like if this was configurable through the config.toml.

oppiliappan commented 2 years ago

I have had the same gripe, will add this!

oppiliappan commented 2 years ago

implemented in v0.5.5, try statix dump for a sample config!