Skip to content

Commit

Permalink
(#30) Exclude generated files from [analysis_options]
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrintt committed Feb 28, 2023
1 parent 2d0921d commit acb405e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include: package:lint/strict.yaml # For production apps
analyzer:
exclude:
#- '**.freezed.dart'
#- '**.g.dart'
- '*.g.dart'

# You can customize the lint rules set to your own liking. A list of all rules
# can be found at https://dart-lang.github.io/linter/lints/options/options.html
Expand Down

0 comments on commit acb405e

Please sign in to comment.