Skip to content

Tags: oppiliappan/statix

Tags

v0.5.8

Toggle v0.5.8's commit message
bump to v0.5.8

v0.5.7

Toggle v0.5.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
make eta_reduction less aggressive (#76)

Co-authored-by: Stephan Maka <[email protected]>

v0.5.6

Toggle v0.5.6's commit message
bump to v0.5.6

v0.5.5

Toggle v0.5.5's commit message
add `ignore` to statix.toml

v0.5.4

Toggle v0.5.4's commit message
Release v0.5.4

- statix runs parallely 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

v0.5.3

Toggle v0.5.3's commit message
Release v0.5.3

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

v0.5.2

Toggle v0.5.2's commit message
Release v0.5.2

- statix exits with an accurate exit code and is usable in CI now

v0.5.0

Toggle v0.5.0's commit message
Release v0.5.0

- introduce version based lints
- fixes bug where .git was being scanned
- adds new subcommand `statix dump` to dump a sane default config

v0.4.2

Toggle v0.4.2's commit message
Release v0.4.2

- remove lint: unquoted_splices
- add lint: empty_inherit

v0.4.1

Toggle v0.4.1's commit message
Release v0.4.1

- configure lints and fixes through a configuration file
- introduce `--config` flags on `statix-check` and `statix-fix`