Skip to content

Commit 31e52ee

Browse files
fix: remove unnecessary custom_lint error severities from example config file
1 parent ac98f63 commit 31e52ee

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/custom_lint/example/analysis_options.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,4 @@ linter:
88
rules:
99
public_member_api_docs: false
1010
avoid_print: false
11-
unreachable_from_main: false
12-
13-
custom_lint:
14-
errors:
15-
riverpod_final_provider: error
11+
unreachable_from_main: false

0 commit comments

Comments
 (0)