Skip to content

Commit a5ab4fe

Browse files
committed
Fix analysis warnings
1 parent 81b5286 commit a5ab4fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

analysis_options.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ analyzer:
55
# Ignore generated files
66
- '**/*.g.dart'
77
- 'lib/src/generated/*.dart'
8+
# workaround for https://github.com/dart-lang/sdk/issues/42910
9+
- 'example/**'
810
linter:
911
rules:
1012
- public_member_api_docs

0 commit comments

Comments
 (0)