Skip to content

Auto-update dependencies. #407

Auto-update dependencies.

Auto-update dependencies. #407

Triggered via pull request January 6, 2025 19:38
Status Failure
Total duration 1m 40s
Artifacts

analyzer.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error, 5 warnings, and 10 notices
analyze
Dart Analyzer detected problems, see the logs for more information.
analyze
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
The value of the field '_functionCallModel' isn't used.: vertexai/lib/main.dart#L76
Try removing the field, or using it. See https://dart.dev/diagnostics/unused_field to learn more about this problem.
analyze
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/
analyze
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/
analyze
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 part-of directive uses a library name.: data_connect/lib/movies_connector/add_favorited_movie.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 private field _dataConnect could be 'final'.: data_connect/lib/movies_connector/add_favorited_movie.dart#L6
Try making the field 'final'. See https://dart.dev/diagnostics/prefer_final_fields to learn more about this problem.
Don't needlessly type annotate initializing formals.: data_connect/lib/movies_connector/add_favorited_movie.dart#L10
Try removing the type. See https://dart.dev/diagnostics/type_init_formals to learn more about this problem.
Unnecessary 'this.' qualifier.: data_connect/lib/movies_connector/add_favorited_movie.dart#L18
Try removing 'this.'. See https://dart.dev/diagnostics/unnecessary_this to learn more about this problem.
Empty constructor bodies should be written using a ';' rather than '{}'.: data_connect/lib/movies_connector/add_favorited_movie.dart#L38
Try replacing the constructor body with ';'. See https://dart.dev/diagnostics/empty_constructor_bodies to learn more about this problem.
The variable name 'favorite_movie_upsert' isn't a lowerCamelCase identifier.: data_connect/lib/movies_connector/add_favorited_movie.dart#L57
Try changing the name to follow the lowerCamelCase style. See https://dart.dev/diagnostics/non_constant_identifier_names to learn more about this problem.
Empty constructor bodies should be written using a ';' rather than '{}'.: data_connect/lib/movies_connector/add_favorited_movie.dart#L61
Try replacing the constructor body with ';'. See https://dart.dev/diagnostics/empty_constructor_bodies to learn more about this problem.
The variable name 'favorite_movie_upsert' isn't a lowerCamelCase identifier.: data_connect/lib/movies_connector/add_favorited_movie.dart#L72
Try changing the name to follow the lowerCamelCase style. See https://dart.dev/diagnostics/non_constant_identifier_names to learn more about this problem.
Empty constructor bodies should be written using a ';' rather than '{}'.: data_connect/lib/movies_connector/add_favorited_movie.dart#L82
Try replacing the constructor body with ';'. See https://dart.dev/diagnostics/empty_constructor_bodies to learn more about this problem.
The part-of directive uses a library name.: data_connect/lib/movies_connector/add_review.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.