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

unused bindings #41

Open NobbZ opened 2 years ago

NobbZ commented 2 years ago

Warn on unused bindings/varaibles.

danth commented 2 years ago

Check out deadnix :smiley:

NobbZ commented 2 years ago

I'd like to have one linter for everything, rather than 100 linters that each do one thing…

Go shows already how bad it can become and there meta linters evolved that manage and run other linters for you and aggregate their results…