diff options
author | Akshay <[email protected]> | 2021-11-28 13:55:36 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2021-11-28 13:55:36 +0000 |
commit | 1079486539d44b2e70c623fb4948d6e0b9b11812 (patch) | |
tree | 7dc80cbfb44d31b8fd63955a290e687a32adbec1 /readme.md | |
parent | cef2deec580acda72e0575b47b6415e5421736a7 (diff) |
remove lint: unquoted_splice
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -98,8 +98,7 @@ your project root: | |||
98 | ``` | 98 | ``` |
99 | # within statix.toml | 99 | # within statix.toml |
100 | disabled = [ | 100 | disabled = [ |
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 | |||
108 | a `statix.toml` file. Alternatively, you can pass the path | 107 | a `statix.toml` file. Alternatively, you can pass the path |
109 | to the `statix.toml` file on the command line with the | 108 | to 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 |
111 | fix`. | 110 | fix`). |
112 | 111 | ||
113 | The available lints are: | 112 | The available lints are: |
114 | 113 | ||
@@ -121,7 +120,6 @@ legacy_let_syntax | |||
121 | collapsible_let_in | 120 | collapsible_let_in |
122 | eta_reduction | 121 | eta_reduction |
123 | useless_parens | 122 | useless_parens |
124 | unquoted_splice | ||
125 | empty_pattern | 123 | empty_pattern |
126 | redundant_pattern_bind | 124 | redundant_pattern_bind |
127 | unquoted_uri | 125 | unquoted_uri |