Skip to content

Commit 8310d50

Browse files
committed
chore(analysis): exclude example directories from analyzer
Adds analyzer exclusions for example/ and example_with_tests/ directories to prevent analyzing example code
1 parent a790725 commit 8310d50

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

analysis_options.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
include: package:flutter_lints/flutter.yaml
22

3+
analyzer:
4+
exclude:
5+
- example/**
6+
- example_with_tests/**
7+
38
linter:
49
rules:
510
avoid_function_literals_in_foreach_calls: false

0 commit comments

Comments
 (0)