chore(mobile): Fixed exclude analyzer options (#7125)

Fixed exclude analyzer options
pull/7091/head
martyfuhry 2024-02-14 20:28:45 +07:00 committed by GitHub
parent 5abbb335c3
commit 31ae35e9a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

@ -33,10 +33,10 @@ linter:
# https://dart.dev/guides/language/analysis-options
analyzer:
exclude:
- openapi/
- openapi/test/
- openapi/**
- openapi/test/**
- lib/generated_plugin_registrant.dart
plugins:
- custom_lint