Releases: oppiliappan/statix
Releases · oppiliappan/statix
Release v0.5.8
Full Changelog: v0.5.7...v0.5.8
Release v0.5.7
What's Changed
- use
self
forsrc
. by @NobbZ in #45 - Don't reject the given config file based on its name by @ilkecan in #54
- remove dbg! by @mtoohey31 in #60
- fix ci by @nerdypepper in #67
- Flag empty list concatenation by @viraptor in #50
- walker.next: don't stop until
self.dirs
is empty by @ilkecan in #57 - Update
rnix
to0.10.2
by @ilkecan in #58 - flake: avoid ifd by @figsoda in #70
- apply clippy suggestions by @figsoda in #73
- make eta_reduction less aggressive by @astro in #76
New Contributors
- @NobbZ made their first contribution in #45
- @ilkecan made their first contribution in #54
- @mtoohey31 made their first contribution in #60
- @viraptor made their first contribution in #50
- @astro made their first contribution in #76
Full Changelog: v0.5.6...v0.5.7
Release v0.5.6
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, butstatix 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
- allow setting ignore patterns in
statix.toml
Release v0.5.4
statix
runs in parallel over all files thanks torayon
- new lints:
useless_has_attr
,bool_simplification
- new subcommand:
statix-list
- show only available out-formats when conditionally compiled
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