Skip to content

Commit

Permalink
Use strict analysis modes instead of deprecated 'strong-mode' options
Browse files Browse the repository at this point in the history
  • Loading branch information
srawlins authored Dec 16, 2022
1 parent e55bef8 commit e3c9f25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ analyzer:
exclude:
- "**/*.g.dart"
- "**/*.freezed.dart"
strong-mode:
implicit-casts: false
implicit-dynamic: false
language:
strict-casts: true
strict-raw-types: true
errors:
# Otherwise cause the import of all_lint_rules to warn because of some rules conflicts.
# We explicitly enabled even conflicting rules and are fixing the conflict
Expand Down

0 comments on commit e3c9f25

Please sign in to comment.