Skip to content

Overall cleanup

Overall cleanup #375

Triggered via pull request November 22, 2024 02:57
Status Success
Total duration 1m 25s
Artifacts

flutter-analyze.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 notices
The line length exceeds the 80-character limit.: lib/main.dart#L40
Try breaking the line across multiple lines. See https://dart.dev/lints/lines_longer_than_80_chars to learn more about this problem.
Unnecessary duplication of receiver.: lib/src/bindings/home_bindings.dart#L83
Try using a cascade to avoid the duplication. See https://dart.dev/lints/cascade_invocations to learn more about this problem.
Unnecessary duplication of receiver.: lib/src/bindings/home_bindings.dart#L91
Try using a cascade to avoid the duplication. See https://dart.dev/lints/cascade_invocations to learn more about this problem.
Unnecessary duplication of receiver.: lib/src/bindings/home_bindings.dart#L113
Try using a cascade to avoid the duplication. See https://dart.dev/lints/cascade_invocations to learn more about this problem.
Unnecessary duplication of receiver.: lib/src/bindings/home_bindings.dart#L123
Try using a cascade to avoid the duplication. See https://dart.dev/lints/cascade_invocations to learn more about this problem.
Unnecessary duplication of receiver.: lib/src/bindings/home_bindings.dart#L129
Try using a cascade to avoid the duplication. See https://dart.dev/lints/cascade_invocations to learn more about this problem.
Unnecessary duplication of receiver.: lib/src/core/resources/app_translations.dart#L20
Try using a cascade to avoid the duplication. See https://dart.dev/lints/cascade_invocations to learn more about this problem.
Missing type annotation on a public API.: lib/src/core/services/realtime_irl.dart#L31
Try adding a type annotation. See https://dart.dev/lints/type_annotate_public_apis to learn more about this problem.
The line length exceeds the 80-character limit.: lib/src/core/services/realtime_irl.dart#L40
Try breaking the line across multiple lines. See https://dart.dev/lints/lines_longer_than_80_chars to learn more about this problem.
The line length exceeds the 80-character limit.: lib/src/core/services/settings_service.dart#L24
Try breaking the line across multiple lines. See https://dart.dev/lints/lines_longer_than_80_chars to learn more about this problem.