mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-02-01 12:28:40 +00:00
Improve phpcs config
This commit is contained in:
parent
150ba33e6f
commit
f2ba8d0d77
|
|
@ -68,7 +68,9 @@
|
||||||
</rule>
|
</rule>
|
||||||
<rule ref="Generic.WhiteSpace.DisallowTabIndent"/>
|
<rule ref="Generic.WhiteSpace.DisallowTabIndent"/>
|
||||||
<rule ref="MySource.PHP.EvalObjectFactory"/>
|
<rule ref="MySource.PHP.EvalObjectFactory"/>
|
||||||
<rule ref="MySource.PHP.GetRequestData"/>
|
<rule ref="MySource.PHP.GetRequestData">
|
||||||
|
<exclude-pattern>*Request.php</exclude-pattern>
|
||||||
|
</rule>
|
||||||
<rule ref="PEAR.Classes.ClassDeclaration"/>
|
<rule ref="PEAR.Classes.ClassDeclaration"/>
|
||||||
<rule ref="PEAR.Commenting.FunctionComment">
|
<rule ref="PEAR.Commenting.FunctionComment">
|
||||||
<exclude-pattern>*/tests/*</exclude-pattern><!-- Tests don't need comments -->
|
<exclude-pattern>*/tests/*</exclude-pattern><!-- Tests don't need comments -->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user