mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-22 16:32:01 +03:00
Don't analyze intermediate manifests, only the merged one.
This commit is contained in:
parent
22c64a8b44
commit
b57ead2382
@ -36,5 +36,6 @@ analyzer:
|
|||||||
exclude:
|
exclude:
|
||||||
- "**/*.g.dart"
|
- "**/*.g.dart"
|
||||||
- "**/*.freezed.dart"
|
- "**/*.freezed.dart"
|
||||||
|
- "build/**/intermediates/**/AndroidManifest.xml"
|
||||||
plugins:
|
plugins:
|
||||||
- custom_lint
|
- custom_lint
|
Loading…
Reference in New Issue
Block a user