mirror of
https://github.com/immich-app/immich.git
synced 2025-01-17 01:06:46 +01:00
chore(mobile): Fixed exclude analyzer options (#7125)
Fixed exclude analyzer options
This commit is contained in:
parent
5abbb335c3
commit
31ae35e9a6
1 changed files with 3 additions and 3 deletions
|
@ -33,10 +33,10 @@ linter:
|
||||||
# https://dart.dev/guides/language/analysis-options
|
# https://dart.dev/guides/language/analysis-options
|
||||||
analyzer:
|
analyzer:
|
||||||
exclude:
|
exclude:
|
||||||
- openapi/
|
- openapi/**
|
||||||
- openapi/test/
|
- openapi/test/**
|
||||||
- lib/generated_plugin_registrant.dart
|
- lib/generated_plugin_registrant.dart
|
||||||
|
|
||||||
plugins:
|
plugins:
|
||||||
- custom_lint
|
- custom_lint
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue