Skip to content

Commit

Permalink
Migrate from no-implicit-casts to strict-casts
Browse files Browse the repository at this point in the history
  • Loading branch information
srawlins authored and davidmorgan committed Jan 11, 2023
1 parent 106cc9a commit ec705bf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions end_to_end_test/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
include: package:pedantic/analysis_options.yaml

analyzer:
strong-mode:
implicit-casts: false
implicit-dynamic: false

language:
strict-casts: true
strict-raw-types: true

linter:
Expand Down

0 comments on commit ec705bf

Please sign in to comment.