mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-11 11:48: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>*/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 -->
|
||||
|
|
|
|||
|
|
@ -46,6 +46,9 @@ parameters:
|
|||
- */Accounting/*
|
||||
- */JobScheduling/*
|
||||
- */Rating/*
|
||||
- */Parser/Presentation/*
|
||||
- */Parser/Document/*
|
||||
- */Parser/Spreadsheet/*
|
||||
- *BayesianPersonalizedRanking.php
|
||||
ignoreErrors:
|
||||
- '#.*tag @var for constant.*#'
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user