feat: Kanban board #106
Annotations
13 errors, 1 warning, and 2 notices
|
Validate PR title
The subject of the PR must begin with an uppercase letter.
|
|
Analysis 🔍
Dart Analyzer detected problems, see the logs for more information.
|
|
Undefined name 'keyPrefex'.:
lib/src/app/utils/animate_utils.dart#L61
Try correcting the name to one that is defined, or defining the name.
See https://dart.dev/diagnostics/undefined_identifier to learn more about this problem.
|
|
Undefined name 'keyPrefex'.:
lib/src/app/utils/animate_utils.dart#L61
Try correcting the name to one that is defined, or defining the name.
See https://dart.dev/diagnostics/undefined_identifier to learn more about this problem.
|
|
Undefined name 'i'.:
lib/src/app/utils/animate_utils.dart#L27
Try correcting the name to one that is defined, or defining the name.
See https://dart.dev/diagnostics/undefined_identifier to learn more about this problem.
|
|
Undefined name 'keyPrefix'.:
lib/src/app/utils/animate_utils.dart#L27
Try correcting the name to one that is defined, or defining the name.
See https://dart.dev/diagnostics/undefined_identifier to learn more about this problem.
|
|
Undefined name 'keyPrefix'.:
lib/src/app/utils/animate_utils.dart#L27
Try correcting the name to one that is defined, or defining the name.
See https://dart.dev/diagnostics/undefined_identifier to learn more about this problem.
|
|
The default value of an optional parameter must be constant.:
lib/src/app/utils/animate_utils.dart#L27
See https://dart.dev/diagnostics/non_constant_default_value to learn more about this problem.
|
|
Using a colon as the separator before a default value is no longer supported.:
lib/src/app/utils/animate_utils.dart#L27
Try replacing the colon with an equal sign.
See https://dart.dev/diagnostics/obsolete_colon_for_default_value to learn more about this problem.
|
|
Analysis 🔍
Process completed with exit code 1.
|
|
Testing 🧪
Error: Invalid JSON at test-results.json:1
SyntaxError: Unexpected token 'R', "Resolving "... is not valid JSON
|
|
Testing 🧪
Processing test results from test-results.json failed
|
|
Testing 🧪
Process completed with exit code 1.
|
|
Validate PR title
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/
|
|
Missing a required trailing comma.:
lib/src/slots/presentation/widgets/edit_slot_dialog.dart#L569
Try adding a trailing comma.
See https://dart.dev/lints/require_trailing_commas to learn more about this problem.
|
|
Missing type annotation on a public API.:
lib/src/app/utils/animate_utils.dart#L27
Try adding a type annotation.
See https://dart.dev/diagnostics/type_annotate_public_apis to learn more about this problem.
|