Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

chore(deps): bump custom_lint from 0.5.6 to 0.5.7 in /src/kaiteki #395

chore(deps): bump custom_lint from 0.5.6 to 0.5.7 in /src/kaiteki

chore(deps): bump custom_lint from 0.5.6 to 0.5.7 in /src/kaiteki #395

Triggered via pull request November 26, 2023 18:20
Status Failure
Total duration 1m 1s
Artifacts

ci.yml

on: pull_request
Build for Linux
0s
Build for Linux
Build for Android
0s
Build for Android
Build for Windows
0s
Build for Windows
Build for Web
0s
Build for Web
Package (AppImage)
0s
Package (AppImage)
Package (Flatpak)
0s
Package (Flatpak)
Fit to window
Zoom out
Zoom in

Annotations

2 errors, 2 warnings, and 10 notices
The getter 'entries' isn't defined for the type 'List<MapEntry<String, String>>'.: src/kaiteki/lib/ui/user/user_panel.dart#L54
Try importing the library that defines 'entries', correcting the name to the name of an existing getter, or defining a getter or field named 'entries'. See https://dart.dev/diagnostics/undefined_getter to learn more about this problem.
Test
Dart Analyzer detected problems, see the logs for more information.
The value of the local variable 'followerCount' isn't used.: src/kaiteki/lib/ui/user/user_panel.dart#L21
Try removing the variable or using it. See https://dart.dev/diagnostics/unused_local_variable to learn more about this problem.
The value of the local variable 'followingCount' isn't used.: src/kaiteki/lib/ui/user/user_panel.dart#L22
Try removing the variable or using it. See https://dart.dev/diagnostics/unused_local_variable to learn more about this problem.
Unnecessary use of single quotes.: src/kaiteki/lib/app.dart#L71
Try using double quotes unless the string contains double quotes. See https://dart.dev/lints/prefer_double_quotes to learn more about this problem.
The declaration '_accountManagerSubscription' isn't referenced.: 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.
Use the constant 'TextElementStyle.kMonospace' rather than a constructor returning the same object.: 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.
Missing a required trailing comma.: src/kaiteki/lib/text/parsers/social_text_parser.dart#L27
See https://dart.dev/lints/require_trailing_commas to learn more about this problem.
Don't use 'BuildContext's across async gaps.: src/kaiteki/lib/ui/auth/login/pages/handoff_page.dart#L129
Try rewriting the code to not reference the 'BuildContext'. See https://dart.dev/lints/use_build_context_synchronously to learn more about this problem.
Don't use 'BuildContext's across async gaps.: src/kaiteki/lib/ui/auth/login/pages/handoff_page.dart#L139
Try rewriting the code to not reference the 'BuildContext'. See https://dart.dev/lints/use_build_context_synchronously to learn more about this problem.
The declaration '_buildViewLandscape' isn't referenced.: src/kaiteki/lib/ui/lists/lists_screen.dart#L126
Try removing the declaration of '_buildViewLandscape'. See https://dart.dev/diagnostics/unused_element to learn more about this problem.
The imported package 'material_color_utilities' isn't a dependency of the importing package.: 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.
Use 'const' with the constructor to improve performance.: src/kaiteki/lib/ui/shared/posts/post_widget.dart#L465
Try adding the 'const' keyword to the constructor invocation. See https://dart.dev/lints/prefer_const_constructors to learn more about this problem.
Don't use 'BuildContext's across async gaps.: src/kaiteki/lib/ui/shared/posts/post_widget.dart#L517
Try rewriting the code to not reference the 'BuildContext'. See https://dart.dev/lints/use_build_context_synchronously to learn more about this problem.