Skip to content

Releases: nerdypepper/statix

Release v0.5.8

09 Sep 11:41
Compare
Choose a tag to compare

Release v0.5.7

09 Sep 11:04
bcb3d10
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.6...v0.5.7

Release v0.5.6

04 Jun 16:42
Compare
Choose a tag to compare

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

Release v0.5.5

01 May 16:01
Compare
Choose a tag to compare
  • allow setting ignore patterns in statix.toml

Release v0.5.4

20 Feb 06:20
Compare
Choose a tag to compare
  • 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

Release v0.5.3

13 Feb 12:31
2aec51a
Compare
Choose a tag to compare
  • fix exit code bug
  • add nix 2.5 support
  • new lint: deprecated_to_path, faster_zipattrswith
  • do not raise empty_pattern on nixos modules