mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-15 05:18:40 +00:00
make exceptions
This commit is contained in:
parent
a2c271b62f
commit
952f442a7a
|
|
@ -44,6 +44,9 @@
|
|||
<rule ref="Generic.NamingConventions.UpperCaseConstantName"/>
|
||||
<rule ref="Generic.NamingConventions.CamelCapsFunctionName">
|
||||
<exclude-pattern>*StringUtils.php</exclude-pattern><!-- Implements missing default functions -->
|
||||
<exclude-pattern>*FinanceFormulas.php</exclude-pattern><!-- Correct name is more important than rule -->
|
||||
<exclude-pattern>*StockBonds.php</exclude-pattern><!-- Correct name is more important than rule -->
|
||||
<exclude-pattern>*ExponentialSmoothing.php</exclude-pattern><!-- Correct name is more important than rule -->
|
||||
</rule>
|
||||
<rule ref="Generic.PHP.LowerCaseConstant"/>
|
||||
<rule ref="Generic.PHP.NoSilencedErrors"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user