Multiple fixes #122
Annotations
3 errors, 1 warning, and 10 notices
|
Validate PR title
No release type found in pull request title "Multiple fixes". Add a prefix to indicate what kind of release this pull request corresponds to. For reference, see https://www.conventionalcommits.org/
Available types:
- build
- chore
- ci
- docs
- feat
- fix
- perf
- refactor
- revert
- style
- test
|
|
Analysis 🔍
Process completed with exit code 1.
|
|
Testing 🧪
Process completed with exit code 152.
|
|
Validate PR title
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
The value of the argument is redundant because it matches the default value.:
lib/src/slots/presentation/widgets/slot_data_pop_over.dart#L88
Try removing the argument.
See https://dart.dev/lints/avoid_redundant_argument_values to learn more about this problem.
|
|
Missing documentation for a public member.:
lib/src/slots/presentation/widgets/slot_data_pop_over.dart#L9
Try adding documentation for the member.
See https://dart.dev/diagnostics/public_member_api_docs to learn more about this problem.
|
|
Missing documentation for a public member.:
lib/src/slots/presentation/widgets/slot_data_pop_over.dart#L7
Try adding documentation for the member.
See https://dart.dev/diagnostics/public_member_api_docs to learn more about this problem.
|
|
Missing documentation for a public member.:
lib/src/slots/presentation/widgets/slot_data_pop_over.dart#L6
Try adding documentation for the member.
See https://dart.dev/diagnostics/public_member_api_docs to learn more about this problem.
|
|
The value of the argument is redundant because it matches the default value.:
lib/src/slots/presentation/widgets/mapping_widget.dart#L22
Try removing the argument.
See https://dart.dev/lints/avoid_redundant_argument_values to learn more about this problem.
|
|
Missing documentation for a public member.:
lib/src/slots/presentation/widgets/mapping_widget.dart#L11
Try adding documentation for the member.
See https://dart.dev/diagnostics/public_member_api_docs to learn more about this problem.
|
|
Missing documentation for a public member.:
lib/src/slots/presentation/widgets/mapping_widget.dart#L9
Try adding documentation for the member.
See https://dart.dev/diagnostics/public_member_api_docs to learn more about this problem.
|
|
Missing documentation for a public member.:
lib/src/slots/presentation/widgets/mapping_widget.dart#L7
Try adding documentation for the member.
See https://dart.dev/diagnostics/public_member_api_docs to learn more about this problem.
|
|
Missing documentation for a public member.:
lib/src/slots/presentation/widgets/mapping_widget.dart#L6
Try adding documentation for the member.
See https://dart.dev/diagnostics/public_member_api_docs to learn more about this problem.
|
|
The value of the argument is redundant because it matches the default value.:
lib/src/slots/presentation/screens/slot_reservation_screen.dart#L51
Try removing the argument.
See https://dart.dev/lints/avoid_redundant_argument_values to learn more about this problem.
|