-
Notifications
You must be signed in to change notification settings - Fork 3
/
phpmd.baseline.xml
12 lines (12 loc) · 1.18 KB
/
phpmd.baseline.xml
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0"?>
<phpmd-baseline>
<violation rule="PHPMD\Rule\Design\CouplingBetweenObjects" file="src/Mealz/MealBundle/Controller/ApiController.php"/>
<violation rule="PHPMD\Rule\Design\CouplingBetweenObjects" file="src/Mealz/MealBundle/Controller/MealAdminController.php"/>
<violation rule="PHPMD\Rule\Design\CouplingBetweenObjects" file="src/Mealz/MealBundle/Controller/MealGuestController.php"/>
<violation rule="PHPMD\Rule\Design\CouplingBetweenObjects" file="src/Mealz/MealBundle/Controller/ParticipantController.php"/>
<violation rule="PHPMD\Rule\Design\LongParameterList" file="src/Mealz/MealBundle/Controller/ParticipantController.php" method="__construct"/>
<violation rule="PHPMD\Rule\CyclomaticComplexity" file="src/Mealz/MealBundle/Service/CombinedMealService.php" method="update"/>
<violation rule="PHPMD\Rule\Design\NpathComplexity" file="src/Mealz/MealBundle/Service/CombinedMealService.php" method="update"/>
<violation rule="PHPMD\Rule\Design\CouplingBetweenObjects" file="src/Mealz/MealBundle/Service/GuestParticipationService.php"/>
<violation rule="PHPMD\Rule\CyclomaticComplexity" file="src/Mealz/MealBundle/Service/Link.php" method="linkMeal"/>
</phpmd-baseline>