Skip to content

packages upgrade

packages upgrade #32

Triggered via pull request January 14, 2025 15:01
Status Failure
Total duration 1m 27s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error, 9 warnings, and 18 notices
build
Found fatal issues!
test/bloc_presentation_test.dart#L13
Avoid top-level declarations in tests. Try making this declaration private.
test/bloc_presentation_test.dart#L28
This test does not contain any test assertions. Try adding an assertion or removing this test case.
test/bloc_presentation_test.dart#L52
Avoid top-level declarations in tests. Try making this declaration private.
test/bloc_presentation_test.dart#L91
Prefer adding a comment to Future.delayed. Providing a clear description may help future readers better understand the reason for this delay.
test/bloc_presentation_test.dart#L92
Prefer adding a comment to Future.delayed. Providing a clear description may help future readers better understand the reason for this delay.
test/bloc_presentation_test.dart#L153
This ignore does not suppress any diagnostic. Consider removing it.
test/bloc_presentation_test.dart#L175
This ignore does not suppress any diagnostic. Consider removing it.
test/bloc_presentation_test.dart#L178
This ignore does not suppress any diagnostic. Consider removing it.
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lib/src/unexpected_error_handler.dart#L79
build-method should be before private-methods.
lib/src/unexpected_error.dart#L27
Prefer only one top-level declaration per file. Try moving this declaration to a separate file or making it private.
lib/src/safe_bloc_with_presentation.dart#L53
This declaration has a boolean type, but is not named with a valid prefix. Try renaming this declaration.
lib/src/safe_bloc_with_presentation.dart#L37
Prefer only one top-level declaration per file. Try moving this declaration to a separate file or making it private.
lib/src/base_effect.dart#L9
Prefer only one top-level declaration per file. Try moving this declaration to a separate file or making it private.
lib/src/safe_bloc_base.dart#L18
Number of positional parameters exceeds the configured maximum of 2. Try converting the exceeding parameters to named parameters.
lib/src/safe_bloc_base.dart#L37
Number of positional parameters exceeds the configured maximum of 2. Try converting the exceeding parameters to named parameters.
lib/src/safe_bloc_base.dart#L39
Number of positional parameters exceeds the configured maximum of 2. Try converting the exceeding parameters to named parameters.
lib/src/safe_bloc_base.dart#L62
This declaration has a boolean type, but is not named with a valid prefix. Try renaming this declaration.
lib/src/safe_bloc_base.dart#L81
Avoid returning void expressions. Try calling the expression separately.
lib/src/safe_bloc_base.dart#L118
This declaration has a boolean type, but is not named with a valid prefix. Try renaming this declaration.
lib/src/safe_bloc_base.dart#L43
Prefer only one top-level declaration per file. Try moving this declaration to a separate file or making it private.
lib/src/safe_cubit_with_presentation.dart#L28
This declaration has a boolean type, but is not named with a valid prefix. Try renaming this declaration.
lib/src/safe_cubit_with_presentation.dart#L50
This declaration has a boolean type, but is not named with a valid prefix. Try renaming this declaration.
test/bloc_presentation_test.dart#L28
Avoid returning void expressions. Try calling the expression separately.
test/bloc_presentation_test.dart#L65
This declaration has a boolean type, but is not named with a valid prefix. Try renaming this declaration.
test/bloc_presentation_test.dart#L187
Missing a blank line before this method declaration. Try adding it.
test/bloc_presentation_test.dart#L188
Missing a blank line before this method declaration. Try adding it.