Skip to content

Commit df37429

Browse files
authored
Move to strict casts (#1086)
1 parent 61d0893 commit df37429

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

55
linter:
66
rules:

0 commit comments

Comments
 (0)