This repository has been archived by the owner on Sep 9, 2024. It is now read-only.
Weekly CI #81
weekly.yml
on: schedule
Annotations
3 errors, 2 warnings, and 10 notices
The getter 'missingAltTextOnRepeatDialogTitle' isn't defined for the type 'KaitekiLocalizations'.:
packages/kaiteki/lib/ui/shared/dialogs/missing_description.dart#L36
Try importing the library that defines 'missingAltTextOnRepeatDialogTitle', correcting the name to the name of an existing getter, or defining a getter or field named 'missingAltTextOnRepeatDialogTitle'.
See https://dart.dev/diagnostics/undefined_getter to learn more about this problem.
|
The getter 'missingAltTextOnRepeatDialogDescription' isn't defined for the type 'KaitekiLocalizations'.:
packages/kaiteki/lib/ui/shared/dialogs/missing_description.dart#L39
Try importing the library that defines 'missingAltTextOnRepeatDialogDescription', correcting the name to the name of an existing getter, or defining a getter or field named 'missingAltTextOnRepeatDialogDescription'.
See https://dart.dev/diagnostics/undefined_getter to learn more about this problem.
|
Test
Dart Analyzer detected problems, see the logs for more information.
|
Test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, invertase/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Unused import: 'package:kaiteki_core/utils.dart'.:
packages/kaiteki/lib/ui/shared/posts/interaction_event_bar.dart#L6
Try removing the import directive.
See https://dart.dev/diagnostics/unused_import to learn more about this problem.
|
Local variables should be final.:
packages/kaiteki/lib/fediverse/services/timeline.dart#L88
Try making the variable final.
See https://dart.dev/lints/prefer_final_locals to learn more about this problem.
|
Unnecessary type annotation on a local variable.:
packages/kaiteki/lib/fediverse/services/timeline.dart#L88
Try removing the type annotation.
See https://dart.dev/lints/omit_local_variable_types to learn more about this problem.
|
The declaration '_accountManagerSubscription' isn't referenced.:
packages/kaiteki/lib/main.dart#L24
Try removing the declaration of '_accountManagerSubscription'.
See https://dart.dev/diagnostics/unused_element to learn more about this problem.
|
Use 'const' with the constructor to improve performance.:
packages/kaiteki/lib/theming/default/extensions.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.
|
'DynamicDialogContainer' is deprecated and shouldn't be used. Compose the dialog directly instead.:
packages/kaiteki/lib/ui/debug/text_render_dialog.dart#L34
Try replacing the use of the deprecated member with the replacement.
See https://dart.dev/diagnostics/deprecated_member_use_from_same_package to learn more about this problem.
|
The declaration '_buildViewLandscape' isn't referenced.:
packages/kaiteki/lib/ui/lists/lists_screen.dart#L123
Try removing the declaration of '_buildViewLandscape'.
See https://dart.dev/diagnostics/unused_element to learn more about this problem.
|
A value for optional parameter 'onRemove' isn't ever given.:
packages/kaiteki/lib/ui/profile_editing/dialog.dart#L704
Try removing the unused parameter.
See https://dart.dev/diagnostics/unused_element to learn more about this problem.
|
Don't invoke 'print' in production code.:
packages/kaiteki/lib/ui/settings/debug_screen.dart#L117
Try using a logging framework.
See https://dart.dev/lints/avoid_print to learn more about this problem.
|
The declaration '_TimelinesPage' isn't referenced.:
packages/kaiteki/lib/ui/settings/tabs/screen.dart#L87
Try removing the declaration of '_TimelinesPage'.
See https://dart.dev/diagnostics/unused_element to learn more about this problem.
|
Import of a library in the 'lib/src' directory of another package.:
packages/kaiteki/lib/ui/shared/common.dart#L4
Try importing a public library that exports this library, or removing the import.
See https://dart.dev/lints/implementation_imports to learn more about this problem.
|