forked from mirror/_s
🔧 PHPCS: remove exclusions
The ruleset contained some exclusions which are no longer needed.
This commit is contained in:
parent
cb7117a408
commit
7c24fc751d
|
@ -41,11 +41,7 @@
|
||||||
#############################################################################
|
#############################################################################
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<rule ref="WordPress">
|
<rule ref="WordPress"/>
|
||||||
<exclude name="Generic.WhiteSpace.ScopeIndent.IncorrectExact"/>
|
|
||||||
<exclude name="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
|
|
||||||
<exclude name="PEAR.Functions.FunctionCallSignature.Indent"/>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|
Reference in New Issue