Skip to content

Commit

Permalink
Replace deprecated strong-mode options (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
parlough authored Jun 29, 2023
1 parent 147a88f commit f1b81e9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scroll_overlay/analysis_option.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
#
# Copied over from flutter/flutter repo.
analyzer:
strong-mode:
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 f1b81e9

Please sign in to comment.