mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-11 03:38:40 +00:00
code fixes
This commit is contained in:
parent
0c919d99cc
commit
bff698ca3f
|
|
@ -96,6 +96,7 @@
|
||||||
<exclude-pattern>*/tests/*</exclude-pattern><!-- inline function definition -->
|
<exclude-pattern>*/tests/*</exclude-pattern><!-- inline function definition -->
|
||||||
</rule>
|
</rule>
|
||||||
<rule ref="Generic.Formatting.MultipleStatementAlignment">
|
<rule ref="Generic.Formatting.MultipleStatementAlignment">
|
||||||
|
<exclude name="Generic.Formatting.MultipleStatementAlignment.NotSameWarning"/>
|
||||||
<exclude-pattern>*oLib.js</exclude-pattern><!-- I don't know why it doesn't understand this -->
|
<exclude-pattern>*oLib.js</exclude-pattern><!-- I don't know why it doesn't understand this -->
|
||||||
<exclude-pattern>*StringUtils.js</exclude-pattern><!-- I don't know why it doesn't understand this -->
|
<exclude-pattern>*StringUtils.js</exclude-pattern><!-- I don't know why it doesn't understand this -->
|
||||||
</rule>
|
</rule>
|
||||||
|
|
@ -113,6 +114,7 @@
|
||||||
<rule ref="Generic.NamingConventions.UpperCaseConstantName"/>
|
<rule ref="Generic.NamingConventions.UpperCaseConstantName"/>
|
||||||
<rule ref="Generic.PHP.LowerCaseConstant"/>
|
<rule ref="Generic.PHP.LowerCaseConstant"/>
|
||||||
<rule ref="Generic.PHP.NoSilencedErrors">
|
<rule ref="Generic.PHP.NoSilencedErrors">
|
||||||
|
<exclude-pattern>*/Message/Mail/*</exclude-pattern>
|
||||||
<exclude-pattern>*Server.php</exclude-pattern><!-- Socket shouldn't output errors -->
|
<exclude-pattern>*Server.php</exclude-pattern><!-- Socket shouldn't output errors -->
|
||||||
<exclude-pattern>*Ftp/File.php</exclude-pattern><!-- Socket shouldn't output errors -->
|
<exclude-pattern>*Ftp/File.php</exclude-pattern><!-- Socket shouldn't output errors -->
|
||||||
<exclude-pattern>*Ftp/Directory.php</exclude-pattern><!-- Socket shouldn't output errors -->
|
<exclude-pattern>*Ftp/Directory.php</exclude-pattern><!-- Socket shouldn't output errors -->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user