Skip to content

Commit

Permalink
chore: do not analyze generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
daniele-athome committed Nov 16, 2023
1 parent c854aac commit 8ee0a22
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:
exclude:
- lib/generated/**
- '**/*.mocks.dart'
- '**/*.g.dart'
# messy code
#- test_driver/**
- screenshots/**
Expand Down

0 comments on commit 8ee0a22

Please sign in to comment.