Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

chore: remove strong-mode from analysis_options since it is no longer supported #1107

Merged
merged 1 commit into from
Dec 16, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,11 @@ analyzer:
- test/resources/file_path_folder/**
- test/**/examples/**
language:
strict-casts: true
strict-inference: true
strict-raw-types: true
plugins:
- dart_code_metrics
strong-mode:
implicit-casts: false
implicit-dynamic: false

dart_code_metrics:
anti-patterns:
Expand Down