fix: failing tests due to Flutter upgrade to version 3.27. #1625
validate.yaml
on: pull_request
analyze
49s
dart_version
23s
melos_flutter_deps_check
1m 13s
format
57s
test_linux
2m 23s
test_macos
3m 23s
test_windows
4m 38s
Annotations
2 errors and 15 warnings
analyze
Dart Analyzer detected problems, see the logs for more information.
|
test_windows
326 tests passed, 9 failed.
|
dart_version
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
analyze
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
The left operand can't be null, so the right operand is never executed.:
packages/melos/lib/src/command_configs/bootstrap.dart#L79
Try removing the operator and the right operand.
See https://dart.dev/diagnostics/dead_null_aware_expression to learn more about this problem.
|
The receiver can't be null, so the null-aware operator '?[' is unnecessary.:
packages/melos/test/commands/bootstrap_test.dart#L861
Try replacing the operator '?[' with '['.
See https://dart.dev/diagnostics/invalid_null_aware_operator to learn more about this problem.
|
The receiver can't be null, so the null-aware operator '?[' is unnecessary.:
packages/melos/test/commands/bootstrap_test.dart#L886
Try replacing the operator '?[' with '['.
See https://dart.dev/diagnostics/invalid_null_aware_operator to learn more about this problem.
|
The receiver can't be null, so the null-aware operator '?[' is unnecessary.:
packages/melos/test/commands/bootstrap_test.dart#L890
Try replacing the operator '?[' with '['.
See https://dart.dev/diagnostics/invalid_null_aware_operator to learn more about this problem.
|
The receiver can't be null, so the null-aware operator '?.' is unnecessary.:
packages/melos/test/pubspec_extension.dart#L77
Try replacing the operator '?.' with '.'.
See https://dart.dev/diagnostics/invalid_null_aware_operator to learn more about this problem.
|
The operand can't be 'null', so the condition is always 'true'.:
packages/melos/test/utils.dart#L155
Remove the condition.
See https://dart.dev/diagnostics/unnecessary_null_comparison to learn more about this problem.
|
The '!' will have no effect because the receiver can't be null.:
packages/melos/test/utils.dart#L156
Try removing the '!' operator.
See https://dart.dev/diagnostics/unnecessary_non_null_assertion to learn more about this problem.
|
analyze
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
analyze
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
analyze
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
format
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
melos_flutter_deps_check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test_linux
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|