Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit b3018c8

Browse files
Update deprecated analysis options (#6505)
1 parent d5a4157 commit b3018c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

analysis_options.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323

2424
analyzer:
2525
strong-mode:
26-
implicit-casts: false
27-
implicit-dynamic: false
26+
strict-casts: true
27+
strict-raw-types: true
2828
errors:
2929
# treat missing required parameters as a warning (not a hint)
3030
missing_required_param: warning

0 commit comments

Comments
 (0)