ignore alignment requirements
This commit is contained in:
parent
b73b8e8f25
commit
a84845a311
1 changed files with 4 additions and 1 deletions
|
@ -8,7 +8,10 @@
|
|||
<exclude-pattern>*/vendor/*</exclude-pattern>
|
||||
<rule ref="PHPCompatibility"/>
|
||||
<config name="testVersion" value="5.3-"/>
|
||||
<rule ref="WordPress-Core" />
|
||||
<rule ref="WordPress-Core">
|
||||
<exclude name="Generic.Formatting.MultipleStatementAlignment.NotSameWarning" />
|
||||
<exclude name="WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned" />
|
||||
</rule>
|
||||
<rule ref="WordPress.Files.FileName">
|
||||
<properties>
|
||||
<property name="strict_class_file_names" value="false" />
|
||||
|
|
Loading…
Reference in a new issue