Skip to content

Commit 5d26ed2

Browse files
committed
ignore html template files
1 parent 6b1d987 commit 5d26ed2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.analysis_options

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
analyzer:
22
exclude:
3+
- 'doc/api/**'
4+
- 'lib/templates/*.html'
5+
- 'pub.dartlang.org/**'
36
- 'test_package/**'
47
- 'test_package_small/**'
58
- 'test_package_bad/**'
6-
- 'doc/api/**'
7-
- 'pub.dartlang.org/**'

0 commit comments

Comments
 (0)