Skip to content

refactor: fix analyzer issues #1081

refactor: fix analyzer issues

refactor: fix analyzer issues #1081

Triggered via pull request October 16, 2023 20:00
Status Failure
Total duration 5m 4s
Artifacts

validate.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error, 4 warnings, and 8 notices
analyze
Dart Analyzer detected problems, see the logs for more information.
analyze
The following actions uses node12 which is deprecated and will be forced to run on node16: invertase/github-action-dart-analyzer@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
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/
Missing a required trailing comma.: packages/melos/lib/src/commands/bootstrap.dart#L22
See https://dart.dev/lints/require_trailing_commas to learn more about this problem.
Missing a required trailing comma.: packages/melos/lib/src/commands/bootstrap.dart#L167
See https://dart.dev/lints/require_trailing_commas to learn more about this problem.
Missing a required trailing comma.: packages/melos/lib/src/commands/list.dart#L80
See https://dart.dev/lints/require_trailing_commas to learn more about this problem.
Missing a required trailing comma.: packages/melos/lib/src/commands/list.dart#L136
See https://dart.dev/lints/require_trailing_commas to learn more about this problem.
Missing a required trailing comma.: packages/melos/lib/src/commands/publish.dart#L81
See https://dart.dev/lints/require_trailing_commas to learn more about this problem.
Missing a required trailing comma.: packages/melos/lib/src/commands/version.dart#L147
See https://dart.dev/lints/require_trailing_commas to learn more about this problem.
Missing a required trailing comma.: packages/melos/lib/src/commands/version.dart#L666
See https://dart.dev/lints/require_trailing_commas to learn more about this problem.
Missing a required trailing comma.: packages/melos/lib/src/commands/version.dart#L714
See https://dart.dev/lints/require_trailing_commas to learn more about this problem.