Skip to content

Commit

Permalink
Fix analysis options. (#3830)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmorgan authored Feb 6, 2025
1 parent 81daa03 commit b7a9a35
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions _test/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
include: ../analysis_options.yaml

analyzer:
exclude:
# Exclude this here because if added to ../analysis_options.yaml it also
# excludes package:build.
- "build/**"
1 change: 0 additions & 1 deletion analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ analyzer:
# Prevents extra work during some e2e test runs.
- "dart2js_test/**"
# Common top level directories containing generated files in any package.
- "build/**"
- ".dart_tool/**"

0 comments on commit b7a9a35

Please sign in to comment.