Skip to content

Reviewer Job

Reviewer Job #8

Manually triggered May 10, 2024 10:56
Status Success
Total duration 1m 47s
Artifacts

reviewer-job.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

11 warnings and 10 notices
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: invertase/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
A value for optional parameter 'baseUrl' isn't ever given.: lib/features/notification/data/datasources/notification_remote_data_source.g.dart#L14
Try removing the unused parameter. See https://dart.dev/diagnostics/unused_element to learn more about this problem.
Use 'const' for final variables initialized to a constant value.: lib/features/notification/data/datasources/notification_remote_data_source.g.dart#L33
Try replacing 'final' with 'const'. See https://dart.dev/lints/prefer_const_declarations to learn more about this problem.
A value for optional parameter 'baseUrl' isn't ever given.: lib/features/process/data/datasources/process_remote_data_source.g.dart#L14
Try removing the unused parameter. See https://dart.dev/diagnostics/unused_element to learn more about this problem.
Use 'const' for final variables initialized to a constant value.: lib/features/process/data/datasources/process_remote_data_source.g.dart#L26
Try replacing 'final' with 'const'. See https://dart.dev/lints/prefer_const_declarations to learn more about this problem.
A value for optional parameter 'baseUrl' isn't ever given.: lib/features/profile/data/datasources/profile_remote_data_source.g.dart#L14
Try removing the unused parameter. See https://dart.dev/diagnostics/unused_element to learn more about this problem.
Use 'const' for final variables initialized to a constant value.: lib/features/profile/data/datasources/profile_remote_data_source.g.dart#L26
Try replacing 'final' with 'const'. See https://dart.dev/lints/prefer_const_declarations to learn more about this problem.
Use 'const' with the constructor to improve performance.: lib/features/profile/presentation/pages/qr_page.dart#L48
Try adding the 'const' keyword to the constructor invocation. See https://dart.dev/lints/prefer_const_constructors to learn more about this problem.
A value for optional parameter 'baseUrl' isn't ever given.: lib/features/search/data/datasources/engine_info_remote_data_source.g.dart#L14
Try removing the unused parameter. See https://dart.dev/diagnostics/unused_element to learn more about this problem.
Use 'const' for final variables initialized to a constant value.: lib/features/search/data/datasources/engine_info_remote_data_source.g.dart#L26
Try replacing 'final' with 'const'. See https://dart.dev/lints/prefer_const_declarations to learn more about this problem.
A value for optional parameter 'baseUrl' isn't ever given.: lib/features/task/data/datasources/file_remote_data_source/file_remote_data_source.g.dart#L14
Try removing the unused parameter. See https://dart.dev/diagnostics/unused_element to learn more about this problem.