From d197ae112457f68728e3495498b8ae1b6d087db0 Mon Sep 17 00:00:00 2001 From: Akshay Date: Sun, 1 May 2022 20:47:35 +0530 Subject: update readme --- readme.md | 8 ++++++-- 1 file 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 `--config` flag (available on `statix check` and `statix fix`). -The available lints are: +The available lints are (see `statix list` for an updated +list): ``` bool_comparison @@ -140,9 +141,12 @@ empty_inherit faster_groupby faster_zipattrswith deprecated_to_path +bool_simplification +useless_has_attr ``` -All lints are enabled by default. +All lints are enabled by default. Generate a minimal config +with `statix dump > statix.toml`. ## TODO -- cgit v1.2.3