Skip to content

feat: TsxProviderBase with test function #159

feat: TsxProviderBase with test function

feat: TsxProviderBase with test function #159

Triggered via pull request December 28, 2024 20:49
Status Failure
Total duration 1m 24s
Artifacts

cicd.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors, 4 warnings, and 9 notices
format
Process completed with exit code 1.
analyze
Dart Analyzer detected problems, see the logs for more information.
format
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test
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
dartdoc
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Use 'const' with the constructor to improve performance.: packages/tiled/lib/src/layer.dart#L339
Try adding the 'const' keyword to the constructor invocation. See https://dart.dev/diagnostics/prefer_const_constructors to learn more about this problem.
The value of the argument is redundant because it matches the default value.: packages/tiled/lib/src/layer.dart#L431
Try removing the argument. See https://dart.dev/lints/avoid_redundant_argument_values to learn more about this problem.
Missing a required trailing comma.: packages/tiled/lib/src/objects/tiled_object.dart#L109
Try adding a trailing comma. See https://dart.dev/lints/require_trailing_commas to learn more about this problem.
The line length exceeds the 80-character limit.: packages/tiled/lib/src/objects/tiled_object.dart#L140
Try breaking the line across multiple lines. See https://dart.dev/lints/lines_longer_than_80_chars to learn more about this problem.
Missing a required trailing comma.: packages/tiled/lib/src/parser.dart#L43
Try adding a trailing comma. See https://dart.dev/lints/require_trailing_commas to learn more about this problem.
Missing a required trailing comma.: packages/tiled/lib/src/parser.dart#L55
Try adding a trailing comma. See https://dart.dev/lints/require_trailing_commas to learn more about this problem.
Missing a required trailing comma.: packages/tiled/lib/src/parser.dart#L61
Try adding a trailing comma. See https://dart.dev/lints/require_trailing_commas to learn more about this problem.
Missing a required trailing comma.: packages/tiled/lib/src/parser.dart#L95
Try adding a trailing comma. See https://dart.dev/lints/require_trailing_commas to learn more about this problem.
Dependencies not sorted alphabetically.: packages/tiled/pubspec.yaml#L19
Try sorting the dependencies alphabetically (A to Z).