diff options
author | Akshay <[email protected]> | 2022-05-01 16:17:35 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2022-05-01 16:17:35 +0100 |
commit | d197ae112457f68728e3495498b8ae1b6d087db0 (patch) | |
tree | e3755f935fb3fba6ab1bfbd0cb203ec7ee61a98e /readme.md | |
parent | 53b454cd6acba89fe6b5bb39df431afa28a6ee13 (diff) |
update readme
Diffstat (limited to 'readme.md')
-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 | ||