Skip to content

Commit 09c52d4

Browse files
authored
Migrate from no-implicit-casts to strict-casts (dart-archive/gcloud#149)
1 parent 8467b1d commit 09c52d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/gcloud/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)