This repository has been archived by the owner on Sep 9, 2024. It is now read-only.
Weekly CI #69
Annotations
10 notices
Analyze:
src/kaiteki/lib/main.dart#L21
Try removing the declaration of '_accountManagerSubscription'.
See https://dart.dev/diagnostics/unused_element 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/auth/login/dialogs/api_type_dialog.dart#L40
Guard a 'State.context' use with a 'mounted' check on the State, and other BuildContext use with a 'mounted' check on the BuildContext.
See https://dart.dev/lints/use_build_context_synchronously 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/media_inspection/screen.dart#L170
Try using a logging framework.
See https://dart.dev/lints/avoid_print to learn more about this problem.
|
Analyze:
src/kaiteki/lib/ui/shared/common.dart#L6
Try adding a dependency for 'material_color_utilities' in the 'pubspec.yaml' file.
See https://dart.dev/lints/depend_on_referenced_packages to learn more about this problem.
|
Analyze:
src/kaiteki/lib/ui/shared/posts/interaction_bar.dart#L254
Try removing the declaration of '_RepeatButton.infer'.
See https://dart.dev/diagnostics/unused_element to learn more about this problem.
|
Analyze:
src/kaiteki/lib/ui/shared/posts/post_widget.dart#L465
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/shared/posts/post_widget.dart#L534
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/shared/posts/post_widget.dart#L581
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.
|
The logs for this run have expired and are no longer available.
Loading