Commit 113fd6cb authored by Adam Barth's avatar Adam Barth Committed by GitHub

Don't analyze dev/missing_dependency_test (#7478)

That test intentionally has analysis errors to check how the tools react
to that situation.
parent 0139c69c
......@@ -26,6 +26,7 @@ analyzer:
todo: ignore
exclude:
- 'bin/cache/**'
- 'dev/missing_dependency_tests/**'
- 'packages/flutter_tools/test/data/dart_dependencies_test/**'
linter:
......
......@@ -27,6 +27,7 @@ analyzer:
todo: ignore
exclude:
- 'bin/cache/**'
- 'dev/missing_dependency_tests/**'
- 'packages/flutter_tools/test/data/dart_dependencies_test/**'
linter:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment