mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-12 12:18:39 +00:00
Improve phpcs config
This commit is contained in:
parent
150ba33e6f
commit
f2ba8d0d77
|
|
@ -68,7 +68,9 @@
|
|||
</rule>
|
||||
<rule ref="Generic.WhiteSpace.DisallowTabIndent"/>
|
||||
<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.Commenting.FunctionComment">
|
||||
<exclude-pattern>*/tests/*</exclude-pattern><!-- Tests don't need comments -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user