Skip to content

Commit 6d39a76

Browse files
committed
chore: exclude build/ from dart analyzer
Prevents analyzer from scanning vendored Firebase sources in build/ios/SourcePackages/, which aren't part of the project.
1 parent 89a3c84 commit 6d39a76

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

analysis_options.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ analyzer:
99
errors:
1010
invalid_annotation_target: ignore
1111
exclude:
12+
- 'build/**'
1213
- '**/*.g.dart'
1314
- lib/base/networking/apis/tumdev/campus_backend.pb.dart
1415
- lib/base/networking/apis/tumdev/campus_backend.pbenum.dart

0 commit comments

Comments
 (0)