diff options
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -98,7 +98,8 @@ your project root: | |||
98 | ``` | 98 | ``` |
99 | # within statix.toml | 99 | # within statix.toml |
100 | disabled = [ | 100 | disabled = [ |
101 | "unquoted_splices" | 101 | "unquoted_splice", |
102 | "empty_pattern", | ||
102 | ] | 103 | ] |
103 | ``` | 104 | ``` |
104 | 105 | ||