packages upgrade #31
Annotations
1 error, 10 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
|
build
Unexpected input(s) 'fatal-style', 'fatal-performance', 'fatal-warnings', valid inputs are ['github-token', 'github-pat', 'ci-key', 'email', 'pull-request-comment', 'pull-request-comment-on-fail', 'package-name', 'folders', 'exclude', 'exclude-public-api', 'fatal-found', 'analyze', 'analyze-assets', 'analyze-widgets', 'calculate-metrics', 'check-code-duplication', 'check-dependencies', 'check-exports-completeness', 'check-parameters', 'check-unused-code', 'check-unused-files', 'check-unused-l10n', 'size', 'webp', 'naming', 'resolution', 'allowed-formats', 'show-similarity', 'similarity-threshold', 'per-package', 'exclude-overrides', 'statements-threshold', 'ignored-packages', 'show-same-value', 'show-unused-default-value', 'show-redundant', 'show-unused-vft', 'show-broad-types', 'no-exclude-overridden', 'class-pattern']
|
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.
|
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/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/unexpected_error_handler.dart#L79
build-method should be before private-methods.
|
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.
|
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.
|