Skip to content

Commit

Permalink
Replace implicit-casts with strict-casts for Dart 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Feb 27, 2023
1 parent 7472f43 commit 414acd2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lib/casual.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
##

analyzer:
strong-mode:
implicit-casts: false
language:
strict-casts: true

errors:
# treat missing required parameters as an error (not a hint)
Expand Down
4 changes: 2 additions & 2 deletions lib/strict.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
##

analyzer:
strong-mode:
implicit-casts: false
language:
strict-casts: true

errors:
# treat missing required parameters as an error (not a hint)
Expand Down

0 comments on commit 414acd2

Please sign in to comment.