mirror of https://github.com/AMT-Cheif/drift.git
Adapt excludes in analysis options
This commit is contained in:
parent
ab8df5b270
commit
464139f454
|
@ -12,7 +12,6 @@ analyzer:
|
||||||
- "**/*.g.dart"
|
- "**/*.g.dart"
|
||||||
# Will be analyzed anyway, nobody knows why ¯\_(ツ)_/¯. We're only analyzing lib/ and test/ as a workaround
|
# Will be analyzed anyway, nobody knows why ¯\_(ツ)_/¯. We're only analyzing lib/ and test/ as a workaround
|
||||||
- ".dart_tool/build/entrypoint/build.dart"
|
- ".dart_tool/build/entrypoint/build.dart"
|
||||||
- "tool/**"
|
|
||||||
- "**/*.mocks.dart"
|
- "**/*.mocks.dart"
|
||||||
|
|
||||||
# this should always include all rules. Those we don't use are commented out
|
# this should always include all rules. Those we don't use are commented out
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
analyzer:
|
||||||
|
exclude:
|
||||||
|
- "test/generated/**"
|
Loading…
Reference in New Issue