feat: TsxProviderBase with test function #154
Annotations
4 errors, 4 warnings, and 10 notices
format
Process completed with exit code 1.
|
test
122 tests passed, 4 failed.
|
test
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
|
The part-of directive uses a library name.:
packages/tiled/lib/src/common/color.dart#L1
Try converting the directive to use the URI of the library.
See https://dart.dev/diagnostics/use_string_in_part_of_directives to learn more about this problem.
|
The line length exceeds the 80-character limit.:
packages/tiled/lib/src/common/color.dart#L18
Try breaking the line across multiple lines.
See https://dart.dev/lints/lines_longer_than_80_chars to learn more about this problem.
|
The line length exceeds the 80-character limit.:
packages/tiled/lib/src/common/property.dart#L40
Try breaking the line across multiple lines.
See https://dart.dev/lints/lines_longer_than_80_chars to learn more about this problem.
|
The line length exceeds the 80-character limit.:
packages/tiled/lib/src/layer.dart#L80
Try breaking the line across multiple lines.
See https://dart.dev/lints/lines_longer_than_80_chars to learn more about this problem.
|
Use 'const' with the constructor to improve performance.:
packages/tiled/lib/src/layer.dart#L334
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#L426
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#L39
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#L51
Try adding a trailing comma.
See https://dart.dev/lints/require_trailing_commas to learn more about this problem.
|