chore: linting #1468
Annotations
6 warnings and 10 notices
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/
|
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/
|
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/
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, invertase/github-action-dart-analyzer@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
packages/mix_generator/lib/src/helpers/helpers.dart#L109
Try using a logging framework.
See https://dart.dev/lints/avoid_print to learn more about this problem.
|
packages/mix_generator/lib/src/mixable_class_utility_generator.dart#L56
Try changing the name to 'annotation'.
See https://dart.dev/lints/avoid_renaming_method_parameters to learn more about this problem.
|
packages/mix_generator/lib/src/mixable_dto_generator.dart#L60
Try changing the name to 'annotation'.
See https://dart.dev/lints/avoid_renaming_method_parameters to learn more about this problem.
|
packages/mix_generator/lib/src/mixable_enum_utility_generator.dart#L48
Try changing the name to 'annotation'.
See https://dart.dev/lints/avoid_renaming_method_parameters to learn more about this problem.
|
packages/mix_generator/lib/src/mixable_spec_generator.dart#L35
Try changing the name to 'annotation'.
See https://dart.dev/lints/avoid_renaming_method_parameters to learn more about this problem.
|
packages/mix_lint/lib/src/assists/extract_attributes.dart#L19
Try using a logging framework.
See https://dart.dev/lints/avoid_print to learn more about this problem.
|
packages/mix_lint/lib/src/assists/extract_attributes.dart#L58
Try using a logging framework.
See https://dart.dev/lints/avoid_print to learn more about this problem.
|
packages/mix_lint/lib/src/assists/extract_attributes.dart#L136
Try adding statements to the block, adding a comment to the block, or removing the 'catch' clause.
See https://dart.dev/lints/empty_catches to learn more about this problem.
|
packages/remix/demo/lib/components/select_use_case.dart#L5
Try removing the declaration of '_select'.
See https://dart.dev/diagnostics/unused_element to learn more about this problem.
|
packages/remix/lib/src/components/avatar/avatar_widget.dart#L43
Try adding the 'const' keyword to the constructor invocation.
See https://dart.dev/lints/prefer_const_constructors to learn more about this problem.
|
This job succeeded
Loading