mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-02-11 16:58:40 +00:00
remove paths in development
This commit is contained in:
parent
0ca23bc497
commit
22747dc720
|
|
@ -34,6 +34,7 @@
|
||||||
<exclude-pattern>*/JobScheduling/*</exclude-pattern><!-- @todo: temporarily disabled-->
|
<exclude-pattern>*/JobScheduling/*</exclude-pattern><!-- @todo: temporarily disabled-->
|
||||||
<exclude-pattern>*/TrueSkill.php</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>*/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/Spreadsheet/*</exclude-pattern><!-- @note: false positive due to libs -->
|
||||||
<exclude-pattern>*/Parser/Presentation/*</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 -->
|
<exclude-pattern>*/Parser/Document/*</exclude-pattern><!-- @note: false positive due to libs -->
|
||||||
|
|
|
||||||
|
|
@ -46,6 +46,9 @@ parameters:
|
||||||
- */Accounting/*
|
- */Accounting/*
|
||||||
- */JobScheduling/*
|
- */JobScheduling/*
|
||||||
- */Rating/*
|
- */Rating/*
|
||||||
|
- */Parser/Presentation/*
|
||||||
|
- */Parser/Document/*
|
||||||
|
- */Parser/Spreadsheet/*
|
||||||
- *BayesianPersonalizedRanking.php
|
- *BayesianPersonalizedRanking.php
|
||||||
ignoreErrors:
|
ignoreErrors:
|
||||||
- '#.*tag @var for constant.*#'
|
- '#.*tag @var for constant.*#'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user