This repository has been archived by the owner on Sep 9, 2024. It is now read-only.
refactor: _suggestionsBuilder #409
Annotations
1 error, 1 warning, and 10 notices
Test
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, invertase/github-action-dart-analyzer@v2.0.0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Analyze:
src/kaiteki/lib/main.dart#L23
Try removing the declaration of '_accountManagerSubscription'.
See https://dart.dev/diagnostics/unused_element to learn more about this problem.
|
Analyze:
src/kaiteki/lib/preferences/app_preferences.dart#L255
See https://dart.dev/lints/require_trailing_commas to learn more about this problem.
|
Analyze:
src/kaiteki/lib/preferences/app_preferences.dart#L283
See https://dart.dev/lints/require_trailing_commas to learn more about this problem.
|
Analyze:
src/kaiteki/lib/text/parsers/mfm_text_parser.dart#L70
Try using 'TextElementStyle.kMonospace'.
See https://dart.dev/lints/use_named_constants to learn more about this problem.
|
Analyze:
src/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.
|
Analyze:
src/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.
|
Analyze:
src/kaiteki/lib/ui/main/main_screen.dart#L318
Try rewriting the code to not use the 'BuildContext', or guard the use with a 'mounted' check.
See https://dart.dev/lints/use_build_context_synchronously to learn more about this problem.
|
Analyze:
src/kaiteki/lib/ui/main/main_screen.dart#L372
See https://dart.dev/lints/require_trailing_commas to learn more about this problem.
|
Analyze:
src/kaiteki/lib/ui/main/main_screen.dart#L501
Try removing the unused parameter.
See https://dart.dev/diagnostics/unused_element to learn more about this problem.
|
Analyze:
src/kaiteki/lib/ui/main/main_screen.dart#L551
Try moving the argument to the end of the argument list.
See https://dart.dev/lints/sort_child_properties_last to learn more about this problem.
|
The logs for this run have expired and are no longer available.
Loading