Skip to content

Commit 1ab755c

Browse files
authored
Remove deprecated strong-mode entry in analysis options (#6800)
1 parent 236de70 commit 1ab755c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

analysis_options.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
include: package:lints/recommended.yaml
22

33
analyzer:
4-
strong-mode:
54
exclude:
65
- 'out/**'
76
- 'tool/icon_generator/**'
7+
language:
8+
strict-casts: true
89

910
linter:
1011
rules:

0 commit comments

Comments
 (0)