Skip to content

Commit

Permalink
minor changes in analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
quetool committed Oct 27, 2023
1 parent a6842e6 commit 2a6ba9a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,18 @@ linter:
rules:
non_constant_identifier_names: false
constant_identifier_names: false
# avoid_print: false # Uncomment to disable the `avoid_print` rule
prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule
avoid_print: true
prefer_single_quotes: true
sort_pub_dependencies: true
avoid_unnecessary_containers: true

cancel_subscriptions: true

analyzer:
exclude:
- "**/*.g.dart"
- "**/*.freezed.dart"
- "*.freezed.dart"
- "*.g.dart"
errors:
invalid_annotation_target: ignore
# Additional information about this file can be found at
Expand Down

0 comments on commit 2a6ba9a

Please sign in to comment.