Skip to content

Commit

Permalink
fix: ignore generated files in analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
maelchiotti committed Aug 4, 2024
1 parent 3ee93c2 commit 9a60c1a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/fleather/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
include: package:flutter_lints/flutter.yaml

analyzer:
exclude:
- '**.g.dart'

linter:
rules:
always_declare_return_types: true
Expand Down

0 comments on commit 9a60c1a

Please sign in to comment.