statix

lints and suggestions for the nix programming language

MIT License

Downloads
17
Stars
562
Committers
12

Bot releases are hidden (Show)

statix - Release v0.5.8 Latest Release

Published by nerdypepper about 1 year ago

statix - Release v0.5.7

Published by nerdypepper about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/nerdypepper/statix/compare/v0.5.6...v0.5.7

statix - Release v0.5.6

Published by nerdypepper over 2 years ago

rework behavior of empty_let_in, thanks to a report from @SuperSandro2000:

  • if the let-in expression consists of only comments, statix check raises a warning, but statix fix leaves it as it is, because the comments may be commented out code
  • if the let-in expression is completely empty (no comments, no bindings, no inherits), statix check will raise a warning, statix fix will apply the fix
statix - Release v0.5.5

Published by nerdypepper over 2 years ago

  • allow setting ignore patterns in statix.toml
statix - Release v0.5.4

Published by nerdypepper over 2 years ago

  • statix runs in parallel over all files thanks to rayon
  • new lints: useless_has_attr, bool_simplification
  • new subcommand: statix-list
  • show only available out-formats when conditionally compiled
statix - Release v0.5.3

Published by nerdypepper over 2 years ago

  • fix exit code bug
  • add nix 2.5 support
  • new lint: deprecated_to_path, faster_zipattrswith
  • do not raise empty_pattern on nixos modules