Skip to content

Commit 49f97b8

Browse files
authored
Replace deprecated implicit-casts option with strict-casts option (#1863)
1 parent 940c0ee commit 49f97b8

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
@@ -1,6 +1,6 @@
11
analyzer:
2-
strong-mode:
3-
implicit-casts: false
2+
language:
3+
strict-casts: true
44
errors:
55
dead_code: error
66
unused_element: error

0 commit comments

Comments
 (0)