Skip to content

Commit 10262d7

Browse files
Exclude example and test directory for analyzer
1 parent 9ab6dc3 commit 10262d7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

analysis_options.yaml

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

3+
analyzer:
4+
exclude:
5+
- example/**
6+
- test/**
7+
38
# Additional information about this file can be found at
49
# https://dart.dev/guides/language/analysis-options

0 commit comments

Comments
 (0)