Pull request #119: IOS & Android Latest Agents Implemented #23
Annotations
1 error, 5 warnings, and 10 notices
|
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/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, 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/
|
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/
|
example/integration_test/features/activity_tracking_test.dart#L22
See https://dart.dev/diagnostics/use_super_parameters to learn more about this problem.
|
example/integration_test/tester_utils.dart#L18
See https://dart.dev/diagnostics/use_super_parameters to learn more about this problem.
|
example/integration_test/tester_utils.dart#L22
Try adding the 'const' keyword to the constructor invocation.
See https://dart.dev/diagnostics/prefer_const_constructors to learn more about this problem.
|
example/integration_test/tester_utils.dart#L25
Try adding the 'const' keyword to the constructor invocation.
See https://dart.dev/diagnostics/prefer_const_constructors to learn more about this problem.
|
example/integration_test/tester_utils.dart#L26
Try adding the 'const' keyword to the constructor invocation.
See https://dart.dev/diagnostics/prefer_const_constructors to learn more about this problem.
|
example/integration_test/wiremock_utils.dart#L8
Try adding a dependency for 'http' in the 'pubspec.yaml' file.
See https://dart.dev/diagnostics/depend_on_referenced_packages to learn more about this problem.
|
example/lib/feature_list/feature_list.dart#L14
See https://dart.dev/diagnostics/use_super_parameters to learn more about this problem.
|
example/lib/feature_list/feature_list.dart#L103
Try moving the argument to the end of the argument list.
See https://dart.dev/diagnostics/sort_child_properties_last to learn more about this problem.
|
example/lib/feature_list/features/activity_tracking/activity_tracking.dart#L12
See https://dart.dev/diagnostics/use_super_parameters to learn more about this problem.
|
example/lib/feature_list/features/activity_tracking/activity_tracking.dart#L15
Try making the private type public, or making the API that uses the private type also be private.
See https://dart.dev/diagnostics/library_private_types_in_public_api to learn more about this problem.
|
This job failed
Loading