forked from loafle/openapi-generator-original
[BUG] [dart-dio] Support for Analyzer configuration options changes in Dart 3 (#17099)
This commit is contained in:
parent
3e5049565d
commit
dc4c72c85c
@ -2,9 +2,7 @@ analyzer:
|
|||||||
language:
|
language:
|
||||||
strict-inference: true
|
strict-inference: true
|
||||||
strict-raw-types: true
|
strict-raw-types: true
|
||||||
strong-mode:
|
strict-casts: false
|
||||||
implicit-dynamic: false
|
|
||||||
implicit-casts: false
|
|
||||||
exclude:
|
exclude:
|
||||||
- test/*.dart{{#useJsonSerializable}}
|
- test/*.dart{{#useJsonSerializable}}
|
||||||
- lib/{{sourceFolder}}/model/*.g.dart{{/useJsonSerializable}}
|
- lib/{{sourceFolder}}/model/*.g.dart{{/useJsonSerializable}}
|
||||||
|
@ -2,9 +2,7 @@ analyzer:
|
|||||||
language:
|
language:
|
||||||
strict-inference: true
|
strict-inference: true
|
||||||
strict-raw-types: true
|
strict-raw-types: true
|
||||||
strong-mode:
|
strict-casts: false
|
||||||
implicit-dynamic: false
|
|
||||||
implicit-casts: false
|
|
||||||
exclude:
|
exclude:
|
||||||
- test/*.dart
|
- test/*.dart
|
||||||
errors:
|
errors:
|
||||||
|
@ -2,9 +2,7 @@ analyzer:
|
|||||||
language:
|
language:
|
||||||
strict-inference: true
|
strict-inference: true
|
||||||
strict-raw-types: true
|
strict-raw-types: true
|
||||||
strong-mode:
|
strict-casts: false
|
||||||
implicit-dynamic: false
|
|
||||||
implicit-casts: false
|
|
||||||
exclude:
|
exclude:
|
||||||
- test/*.dart
|
- test/*.dart
|
||||||
errors:
|
errors:
|
||||||
|
@ -2,9 +2,7 @@ analyzer:
|
|||||||
language:
|
language:
|
||||||
strict-inference: true
|
strict-inference: true
|
||||||
strict-raw-types: true
|
strict-raw-types: true
|
||||||
strong-mode:
|
strict-casts: false
|
||||||
implicit-dynamic: false
|
|
||||||
implicit-casts: false
|
|
||||||
exclude:
|
exclude:
|
||||||
- test/*.dart
|
- test/*.dart
|
||||||
errors:
|
errors:
|
||||||
|
@ -2,9 +2,7 @@ analyzer:
|
|||||||
language:
|
language:
|
||||||
strict-inference: true
|
strict-inference: true
|
||||||
strict-raw-types: true
|
strict-raw-types: true
|
||||||
strong-mode:
|
strict-casts: false
|
||||||
implicit-dynamic: false
|
|
||||||
implicit-casts: false
|
|
||||||
exclude:
|
exclude:
|
||||||
- test/*.dart
|
- test/*.dart
|
||||||
- lib/src/model/*.g.dart
|
- lib/src/model/*.g.dart
|
||||||
|
@ -2,9 +2,7 @@ analyzer:
|
|||||||
language:
|
language:
|
||||||
strict-inference: true
|
strict-inference: true
|
||||||
strict-raw-types: true
|
strict-raw-types: true
|
||||||
strong-mode:
|
strict-casts: false
|
||||||
implicit-dynamic: false
|
|
||||||
implicit-casts: false
|
|
||||||
exclude:
|
exclude:
|
||||||
- test/*.dart
|
- test/*.dart
|
||||||
errors:
|
errors:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user