Skip to content

Commit

Permalink
Exclude freezed generated files from analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedLSayed9 committed Sep 9, 2023
1 parent baa6e1e commit eb82431
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ analyzer:
- custom_lint
exclude:
- "**/*.g.dart"
- "**/*.freezed.dart"
- "lib/firebase_options.dart"
# Disabling invalid_annotation_target warning.
# If you plan on using Freezed in combination with json_serializable, recent versions of json_serializable and meta may require you to disable the invalid_annotation_target warning.
Expand Down

0 comments on commit eb82431

Please sign in to comment.