aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/readme.md b/readme.md
index e715a1b..bfc6fdc 100644
--- a/readme.md
+++ b/readme.md
@@ -98,8 +98,7 @@ your project root:
98``` 98```
99# within statix.toml 99# within statix.toml
100disabled = [ 100disabled = [
101 "unquoted_splice", 101 "empty_pattern"
102 "empty_pattern",
103] 102]
104``` 103```
105 104
@@ -108,7 +107,7 @@ traversing parents of the current directory and looking for
108a `statix.toml` file. Alternatively, you can pass the path 107a `statix.toml` file. Alternatively, you can pass the path
109to the `statix.toml` file on the command line with the 108to the `statix.toml` file on the command line with the
110`--config` flag (available on `statix check` and `statix 109`--config` flag (available on `statix check` and `statix
111fix`. 110fix`).
112 111
113The available lints are: 112The available lints are:
114 113
@@ -121,7 +120,6 @@ legacy_let_syntax
121collapsible_let_in 120collapsible_let_in
122eta_reduction 121eta_reduction
123useless_parens 122useless_parens
124unquoted_splice
125empty_pattern 123empty_pattern
126redundant_pattern_bind 124redundant_pattern_bind
127unquoted_uri 125unquoted_uri