adapting deadnix to statix? #2190
minhtrancccp
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
for the uninitiated, deadnix is also a linter that focuses only on
unused variable bindings. they have some toggles for exclusion (--no-lambda-arg,--no-lambda-pattern-namesand--no-underscore), but the main functionality appears to work similar to statix afaik (i'm not a rust developer, so take my opinion with a grain of salt).as the development over at deadnix seems to have halted for the last year or so, it will be great if statix can incoporate deadnix's features, which may help others avoid having to install another linter for their nix projects.
Beta Was this translation helpful? Give feedback.
All reactions