Skip to content

Commit

Permalink
[BUG] [dart-dio] Support for Analyzer configuration options changes i…
Browse files Browse the repository at this point in the history
…n Dart 3
  • Loading branch information
karadzhov committed Nov 16, 2023
1 parent a460b7e commit ab3e6e7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ analyzer:
language:
strict-inference: true
strict-raw-types: true
strong-mode:
implicit-dynamic: false
implicit-casts: false
strict-casts: false
exclude:
- test/*.dart{{#useJsonSerializable}}
- lib/{{sourceFolder}}/model/*.g.dart{{/useJsonSerializable}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ analyzer:
language:
strict-inference: true
strict-raw-types: true
strong-mode:
implicit-dynamic: false
implicit-casts: false
strict-casts: false
exclude:
- test/*.dart
errors:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ analyzer:
language:
strict-inference: true
strict-raw-types: true
strong-mode:
implicit-dynamic: false
implicit-casts: false
strict-casts: false
exclude:
- test/*.dart
errors:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ analyzer:
language:
strict-inference: true
strict-raw-types: true
strong-mode:
implicit-dynamic: false
implicit-casts: false
strict-casts: false
exclude:
- test/*.dart
errors:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ analyzer:
language:
strict-inference: true
strict-raw-types: true
strong-mode:
implicit-dynamic: false
implicit-casts: false
strict-casts: false
exclude:
- test/*.dart
- lib/src/model/*.g.dart
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ analyzer:
language:
strict-inference: true
strict-raw-types: true
strong-mode:
implicit-dynamic: false
implicit-casts: false
strict-casts: false
exclude:
- test/*.dart
errors:
Expand Down

0 comments on commit ab3e6e7

Please sign in to comment.