remove paths in development

This commit is contained in:
Dennis Eichhorn 2023-09-21 02:33:05 +00:00
parent 0ca23bc497
commit 22747dc720
2 changed files with 4 additions and 0 deletions

View File

@ -34,6 +34,7 @@
<exclude-pattern>*/JobScheduling/*</exclude-pattern><!-- @todo: temporarily disabled-->
<exclude-pattern>*/TrueSkill.php</exclude-pattern><!-- @todo: temporarily disabled-->
<exclude-pattern>*/Simplex.php</exclude-pattern><!-- @todo: temporarily disabled-->
<exclude-pattern>*/BayesianPersonalizedRanking.php</exclude-pattern><!-- @todo: temporarily disabled-->
<exclude-pattern>*/Parser/Spreadsheet/*</exclude-pattern><!-- @note: false positive due to libs -->
<exclude-pattern>*/Parser/Presentation/*</exclude-pattern><!-- @note: false positive due to libs -->
<exclude-pattern>*/Parser/Document/*</exclude-pattern><!-- @note: false positive due to libs -->

View File

@ -46,6 +46,9 @@ parameters:
- */Accounting/*
- */JobScheduling/*
- */Rating/*
- */Parser/Presentation/*
- */Parser/Document/*
- */Parser/Spreadsheet/*
- *BayesianPersonalizedRanking.php
ignoreErrors:
- '#.*tag @var for constant.*#'