Exclude tests/e2e-tests/ from the PEAR.Functions.FunctionCallSignature.EmptyLine sniff, or risk a ton of 'Empty lines are not allowed in multi-line function calls' errors.
This commit is contained in:
parent
0766ed6ff7
commit
2ffb8c8481
|
@ -60,4 +60,7 @@
|
||||||
<rule ref="Squiz.Commenting">
|
<rule ref="Squiz.Commenting">
|
||||||
<exclude-pattern>tests/</exclude-pattern>
|
<exclude-pattern>tests/</exclude-pattern>
|
||||||
</rule>
|
</rule>
|
||||||
|
<rule ref="PEAR.Functions.FunctionCallSignature.EmptyLine">
|
||||||
|
<exclude-pattern>tests/e2e-tests/</exclude-pattern>
|
||||||
|
</rule>
|
||||||
</ruleset>
|
</ruleset>
|
||||||
|
|
Loading…
Reference in New Issue