We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81daa03 commit b7a9a35Copy full SHA for b7a9a35
_test/analysis_options.yaml
@@ -1 +1,7 @@
1
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
@@ -12,5 +12,4 @@ analyzer:
12
# Prevents extra work during some e2e test runs.
13
- "dart2js_test/**"
14
# Common top level directories containing generated files in any package.
15
- - "build/**"
16
- ".dart_tool/**"
0 commit comments