aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index ae525c9..e715a1b 100644
--- a/readme.md
+++ b/readme.md
@@ -98,7 +98,8 @@ your project root:
98``` 98```
99# within statix.toml 99# within statix.toml
100disabled = [ 100disabled = [
101 "unquoted_splices" 101 "unquoted_splice",
102 "empty_pattern",
102] 103]
103``` 104```
104 105