Skip to content

Commit 829a409

Browse files
committed
chore: replace deprecated linting rules
1 parent 5f11f9d commit 829a409

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

analysis_options.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ analyzer:
1818
exclude:
1919
- "**/*.g.dart"
2020
- "**/*.freezed.dart"
21-
strong-mode:
22-
implicit-casts: false
23-
implicit-dynamic: false
21+
language:
22+
strict-raw-types: true
23+
strict-casts: true
2424
errors:
2525
invalid_annotation_target: ignore # for freezed
2626
missing_required_param: warning

0 commit comments

Comments
 (0)