From 1079486539d44b2e70c623fb4948d6e0b9b11812 Mon Sep 17 00:00:00 2001 From: Akshay Date: Sun, 28 Nov 2021 19:25:36 +0530 Subject: remove lint: unquoted_splice --- readme.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'readme.md') 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: ``` # within statix.toml disabled = [ - "unquoted_splice", - "empty_pattern", + "empty_pattern" ] ``` @@ -108,7 +107,7 @@ traversing parents of the current directory and looking for a `statix.toml` file. Alternatively, you can pass the path to the `statix.toml` file on the command line with the `--config` flag (available on `statix check` and `statix -fix`. +fix`). The available lints are: @@ -121,7 +120,6 @@ legacy_let_syntax collapsible_let_in eta_reduction useless_parens -unquoted_splice empty_pattern redundant_pattern_bind unquoted_uri -- cgit v1.2.3