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

Commit b2fce6c

Browse files
authored
Migrate from no-implicit-casts to strict-casts (#134)
1 parent 02be51e commit b2fce6c

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,8 +1,8 @@
11
include: package:lints/recommended.yaml
22

33
analyzer:
4-
strong-mode:
5-
implicit-casts: false
4+
language:
5+
strict-casts: true
66

77
linter:
88
rules:

0 commit comments

Comments
 (0)