aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2022-05-01 16:17:35 +0100
committerAkshay <[email protected]>2022-05-01 16:17:35 +0100
commitd197ae112457f68728e3495498b8ae1b6d087db0 (patch)
treee3755f935fb3fba6ab1bfbd0cb203ec7ee61a98e
parent53b454cd6acba89fe6b5bb39df431afa28a6ee13 (diff)
update readme
-rw-r--r--readme.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index e60d38d..8cadb8a 100644
--- a/readme.md
+++ b/readme.md
@@ -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
122fix`). 122fix`).
123 123
124The available lints are: 124The available lints are (see `statix list` for an updated
125list):
125 126
126``` 127```
127bool_comparison 128bool_comparison
@@ -140,9 +141,12 @@ empty_inherit
140faster_groupby 141faster_groupby
141faster_zipattrswith 142faster_zipattrswith
142deprecated_to_path 143deprecated_to_path
144bool_simplification
145useless_has_attr
143``` 146```
144 147
145All lints are enabled by default. 148All lints are enabled by default. Generate a minimal config
149with `statix dump > statix.toml`.
146 150
147## TODO 151## TODO
148 152