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:
|
||||
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}}
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user