Added deployment type to checks #377
DCM report
Summary
❌ warning issues: 91, style issues: 142
Annotations
Check notice on line 6 in lib/src/runner.dart
github-actions / DCM report
lib/src/runner.dart#L6
Avoid importing entrypoint exports. Try importing the source file directly instead of importing the re-export.
Check notice on line 17 in lib/src/runner.dart
github-actions / DCM report
lib/src/runner.dart#L17
Avoid importing entrypoint exports. Try importing the source file directly instead of importing the re-export.
Check notice on line 46 in lib/src/runner.dart
github-actions / DCM report
lib/src/runner.dart#L41-L46
Named arguments should be sorted to match parameters declaration order.
Check warning on line 91 in lib/src/runner.dart
github-actions / DCM report
lib/src/runner.dart#L91
Avoid duplicate cascades. Try removing the duplicate cascade expression or replacing it with a different expression.
Check warning on line 96 in lib/src/runner.dart
github-actions / DCM report
lib/src/runner.dart#L96
Avoid duplicate cascades. Try removing the duplicate cascade expression or replacing it with a different expression.
Check warning on line 93 in lib/src/runner.dart
github-actions / DCM report
lib/src/runner.dart#L93
This interpolation is potentially nullable. Try checking for a null value first.
Check warning on line 93 in lib/src/runner.dart
github-actions / DCM report
lib/src/runner.dart#L93
This interpolation is potentially nullable. Try checking for a null value first.
Check warning on line 93 in lib/src/runner.dart
github-actions / DCM report
lib/src/runner.dart#L93
This interpolation is potentially nullable. Try checking for a null value first.
Check warning on line 95 in lib/src/runner.dart
github-actions / DCM report
lib/src/runner.dart#L95
This interpolation is potentially nullable. Try checking for a null value first.
Check warning on line 136 in lib/src/runner.dart
github-actions / DCM report
lib/src/runner.dart#L136
Avoid duplicate cascades. Try removing the duplicate cascade expression or replacing it with a different expression.
Check warning on line 138 in lib/src/runner.dart
github-actions / DCM report
lib/src/runner.dart#L138
Avoid duplicate cascades. Try removing the duplicate cascade expression or replacing it with a different expression.
Check notice on line 145 in lib/src/runner.dart
github-actions / DCM report
lib/src/runner.dart#L145
Missing blank line before return.
Check warning on line 151 in lib/src/runner.dart
github-actions / DCM report
lib/src/runner.dart#L151
This interpolation is potentially nullable. Try checking for a null value first.
Check warning on line 162 in lib/src/runner.dart
github-actions / DCM report
lib/src/runner.dart#L162
Avoid duplicate cascades. Try removing the duplicate cascade expression or replacing it with a different expression.
Check warning on line 164 in lib/src/runner.dart
github-actions / DCM report
lib/src/runner.dart#L164
Avoid duplicate cascades. Try removing the duplicate cascade expression or replacing it with a different expression.
Check notice on line 182 in lib/src/runner.dart
github-actions / DCM report
lib/src/runner.dart#L182
Missing blank line before return.
Check warning on line 198 in lib/src/runner.dart
github-actions / DCM report
lib/src/runner.dart#L198
Prefer '.any()' instead of 'where().isNotEmpty'.
Check warning on line 212 in lib/src/runner.dart
github-actions / DCM report
lib/src/runner.dart#L212
This interpolation is potentially nullable. Try checking for a null value first.
Check warning on line 217 in lib/src/runner.dart
github-actions / DCM report
lib/src/runner.dart#L217
Prefer '.any()' instead of 'where().isNotEmpty'.
Check notice on line 10 in lib/src/models/cache_flutter_version_model.dart
github-actions / DCM report
lib/src/models/cache_flutter_version_model.dart#L10
Avoid importing entrypoint exports. Try importing the source file directly instead of importing the re-export.
Check notice on line 44 in lib/src/models/cache_flutter_version_model.dart
github-actions / DCM report
lib/src/models/cache_flutter_version_model.dart#L44
Missing blank line before return.
Check notice on line 56 in lib/src/models/cache_flutter_version_model.dart
github-actions / DCM report
lib/src/models/cache_flutter_version_model.dart#L56
Missing blank line before return.
Check notice on line 61 in lib/src/models/cache_flutter_version_model.dart
github-actions / DCM report
lib/src/models/cache_flutter_version_model.dart#L61
Missing blank line before return.
Check notice on line 5 in lib/src/models/flutter_version_model.dart
github-actions / DCM report
lib/src/models/flutter_version_model.dart#L5
Avoid importing entrypoint exports. Try importing the source file directly instead of importing the re-export.
Check notice on line 124 in lib/src/models/flutter_version_model.dart
github-actions / DCM report
lib/src/models/flutter_version_model.dart#L124
Missing blank line before return.