Lints and suggestions for the Nix programming language
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

update readme

Akshay d197ae11 53b454cd

+6 -2
+6 -2
readme.md
··· 121 121 `--config` flag (available on `statix check` and `statix 122 122 fix`). 123 123 124 - The available lints are: 124 + The available lints are (see `statix list` for an updated 125 + list): 125 126 126 127 ``` 127 128 bool_comparison ··· 140 141 faster_groupby 141 142 faster_zipattrswith 142 143 deprecated_to_path 144 + bool_simplification 145 + useless_has_attr 143 146 ``` 144 147 145 - All lints are enabled by default. 148 + All lints are enabled by default. Generate a minimal config 149 + with `statix dump > statix.toml`. 146 150 147 151 ## TODO 148 152