Skip to content

Commit

Permalink
chore(mobile): Fixed exclude analyzer options (#7125)
Browse files Browse the repository at this point in the history
Fixed exclude analyzer options
  • Loading branch information
martyfuhry authored Feb 15, 2024
1 parent 5abbb33 commit 31ae35e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mobile/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 31ae35e

Please sign in to comment.