diff options
-rw-r--r-- | readme.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -121,7 +121,8 @@ to the `statix.toml` file on the command line with the | |||
121 | `--config` flag (available on `statix check` and `statix | 121 | `--config` flag (available on `statix check` and `statix |
122 | fix`). | 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 | bool_comparison | 128 | bool_comparison |
@@ -140,9 +141,12 @@ empty_inherit | |||
140 | faster_groupby | 141 | faster_groupby |
141 | faster_zipattrswith | 142 | faster_zipattrswith |
142 | deprecated_to_path | 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 | ## TODO | 151 | ## TODO |
148 | 152 | ||