combined meals can now be booked by the kitchen staff #1837
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
main.yml
on: push
Run frontend unit- and functional-tests
1m 4s
FE Asset Linting
26s
PHPMD
14s
Annotations
3 errors and 6 warnings
PHPMD
Process completed with exit code 2.
|
Coding Guidelines Check
Process completed with exit code 8.
|
Static Code Analysis
Process completed with exit code 2.
|
PHPMD:
src/Mealz/MealBundle/Helper/ParticipationHelper.php#L75
The method getParticipationbySlot() has a Cyclomatic Complexity of 11. The configured cyclomatic complexity threshold is 10.
|
PHPMD:
src/Mealz/MealBundle/Service/ParticipationService.php#L25
The class ParticipationService has a coupling between objects value of 17. Consider to reduce the number of dependencies under 16.
|
FE Asset Linting:
src/Resources/src/stores/participationsStore.ts#L38
'isDaysDict' is defined but never used
|
FE Asset Linting:
src/Resources/src/stores/participationsStore.ts#L38
'days' is defined but never used
|
FE Asset Linting:
src/Resources/src/stores/participationsStore.ts#L42
'isParticipationUpdate' is defined but never used
|
FE Asset Linting:
src/Resources/src/stores/participationsStore.ts#L42
'participationUpdate' is defined but never used
|