feat: TsxProviderBase with test function #154
Annotations
1 error, 1 warning, and 10 notices
Analyze with latest stable
Dart Analyzer detected problems, see the logs for more information.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Analyze with latest stable:
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.
|
Analyze with latest stable:
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.
|
Analyze with latest stable:
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.
|
Analyze with latest stable:
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.
|
Analyze with latest stable:
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.
|
Analyze with latest stable:
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.
|
Analyze with latest stable:
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.
|
Analyze with latest stable:
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.
|
Analyze with latest stable:
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.
|
Analyze with latest stable:
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.
|
Loading