Skip to content

Commit

Permalink
chore: Use more precise analyzer excludes
Browse files Browse the repository at this point in the history
Signed-off-by: provokateurin <[email protected]>
  • Loading branch information
provokateurin committed Oct 2, 2024
1 parent de3d4ac commit 2e31323
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/neon_framework/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include: package:neon_lints/flutter.yaml

analyzer:
exclude:
- '**/router.g.dart'
- 'lib/src/router.g.dart'

custom_lint:
rules:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ include: package:neon_lints/flutter.yaml

analyzer:
exclude:
- '**/routes.g.dart'
- 'lib/src/routes.g.dart'
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ include: package:neon_lints/flutter.yaml

analyzer:
exclude:
- '**/routes.g.dart'
- 'lib/src/routes.g.dart'

0 comments on commit 2e31323

Please sign in to comment.