Skip to content

Commit fc07472

Browse files
committed
exclude flutter_app from main analysis
1 parent 1f3aa35 commit fc07472

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

analysis_options.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
analyzer:
2+
exclude:
3+
- pkgs/objective_c/example/flutter_app # Flutter app that does not analyze as part of `dart analyze` for the workspace.

0 commit comments

Comments
 (0)