Adapt excludes in analysis options

This commit is contained in:
Simon Binder 2021-05-15 10:42:15 +02:00
parent ab8df5b270
commit 464139f454
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
2 changed files with 3 additions and 1 deletions

View File

@ -12,7 +12,6 @@ analyzer:
- "**/*.g.dart"
# Will be analyzed anyway, nobody knows why ¯\_(ツ)_/¯. We're only analyzing lib/ and test/ as a workaround
- ".dart_tool/build/entrypoint/build.dart"
- "tool/**"
- "**/*.mocks.dart"
# this should always include all rules. Those we don't use are commented out

View File

@ -0,0 +1,3 @@
analyzer:
exclude:
- "test/generated/**"