Skip to content

Commit b7a9a35

Browse files
authored
Fix analysis options. (#3830)
1 parent 81daa03 commit b7a9a35

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

_test/analysis_options.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
11
include: ../analysis_options.yaml
2+
3+
analyzer:
4+
exclude:
5+
# Exclude this here because if added to ../analysis_options.yaml it also
6+
# excludes package:build.
7+
- "build/**"

analysis_options.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@ analyzer:
1212
# Prevents extra work during some e2e test runs.
1313
- "dart2js_test/**"
1414
# Common top level directories containing generated files in any package.
15-
- "build/**"
1615
- ".dart_tool/**"

0 commit comments

Comments
 (0)