Skip to content

Commit

Permalink
Excluded example/all_colors from analyse.
Browse files Browse the repository at this point in the history
  • Loading branch information
signmotion committed Apr 3, 2024
1 parent 77e9e5c commit 77ecaa5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ analyzer:
strict-inference: true
strict-raw-types: true

exclude: [build/**, lib/**.g.dart, example/all_palettes/**]
exclude:
[build/**, lib/**.g.dart, example/all_colors/**, example/all_palettes/**]

linter:
rules:
Expand Down

0 comments on commit 77ecaa5

Please sign in to comment.