Skip to content

Commit

Permalink
Migrate from no-implicit-casts to strict-casts (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
srawlins committed Jan 10, 2023
1 parent 7adf833 commit 4579281
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
include: package:lints/recommended.yaml

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

linter:
rules:
Expand Down

0 comments on commit 4579281

Please sign in to comment.