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:
Steve Grunwell 2018-01-22 03:42:05 +00:00
parent 0766ed6ff7
commit 2ffb8c8481
1 changed files with 3 additions and 0 deletions

View File

@ -60,4 +60,7 @@
<rule ref="Squiz.Commenting">
<exclude-pattern>tests/</exclude-pattern>
</rule>
<rule ref="PEAR.Functions.FunctionCallSignature.EmptyLine">
<exclude-pattern>tests/e2e-tests/</exclude-pattern>
</rule>
</ruleset>