Skip to content

Commit 374e367

Browse files
feat: add errors severities to analysis options inside custom_lint example
1 parent 135070a commit 374e367

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/custom_lint/example/analysis_options.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ linter:
99
public_member_api_docs: false
1010
avoid_print: false
1111
unreachable_from_main: false
12+
13+
custom_lint:
14+
errors:
15+
riverpod_final_provider: error

0 commit comments

Comments
 (0)