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 3d48ca2 commit 525507a
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 @@ -19,9 +19,9 @@
# Android Studio, and the `flutter analyze` command.

analyzer:
strong-mode:
implicit-casts: false
implicit-dynamic: false
language:
strict-casts: true
strict-raw-types: true
errors:
# treat missing required parameters as a warning (not a hint)
missing_required_param: warning
Expand Down

0 comments on commit 525507a

Please sign in to comment.