Skip to content

Commit dc30253

Browse files
committed
analysis_options
1 parent ca8441d commit dc30253

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.analysis_options

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
# Analyzer options file.
2-
31
analyzer:
42
exclude:
5-
- test_package/doc/api
6-
- test_package_small/doc/api
7-
- test_package_bad/
8-
- doc/api/
9-
- pub.dartlang.org/
3+
- 'test_package/**'
4+
- 'test_package_small/**'
5+
- 'test_package_bad/**'
6+
- 'doc/api/**'
7+
- 'pub.dartlang.org/**'

0 commit comments

Comments
 (0)