Skip to content

Commit 774d137

Browse files
authored
Apply suggestions from code review
1 parent 04b7f96 commit 774d137

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -235,10 +235,7 @@ This allows you to change INFO level lints to WARNING or ERROR, or vice versa:
235235
```yaml
236236
custom_lint:
237237
errors:
238-
my_lint_rule: error # Override severity to ERROR
239-
another_rule: warning # Override severity to WARNING
240-
third_rule: info # Override severity to INFO
241-
fourth_rule: none # Suppress the lint entirely
238+
my_lint_rule: error
242239
```
243240

244241
The available severity levels are: `error`, `warning`, `info`, and `none`.

0 commit comments

Comments
 (0)