Skip to content

Commit ac9dec5

Browse files
committed
Merge pull request #770 from dart-lang/ddc_ignore_html
ignore html template files
2 parents f157b0c + 5d26ed2 commit ac9dec5

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)