Skip to content

Commit

Permalink
analysis_options: Move to strict-casts (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Nov 30, 2021
1 parent e54141a commit 612d08f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
sdk: [2.12.0, dev]
sdk: [dev]
steps:
- uses: actions/checkout@v2
- uses: dart-lang/setup-dart@v1.0
Expand Down
4 changes: 2 additions & 2 deletions analysis_options.yaml
@@ -1,8 +1,8 @@
include: package:lints/recommended.yaml

analyzer:
strong-mode:
implicit-casts: false
language:
strict-casts: true

linter:
rules:
Expand Down

0 comments on commit 612d08f

Please sign in to comment.