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

Don't reject the given config file based on its name #54

Closed ilkecan closed 1 year ago

ilkecan commented 1 year ago

The behaviour is still to search for a file named statix.toml in directories. But if a file is explicitly given with --config, it is accepted if it exists.

Closes: #51

oppiliappan commented 1 year ago

lgtm, thanks for your contribution @ilkecan!