1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 12:24:49 +01:00

Allow longer lines in tests

This commit is contained in:
Matthew Brown 2018-04-12 22:40:47 -04:00
parent 0ea053bda1
commit 1a97f69d32

View File

@ -12,4 +12,7 @@
<!-- These are just examples and stub classes/files, so it doesn't really matter if they're PSR-2 compliant. -->
<exclude-pattern>src/Psalm/Stubs/</exclude-pattern>
<exclude-pattern>tests/stubs/</exclude-pattern>
<rule ref="Generic.Files.LineLength">
<exclude-pattern>tests</exclude-pattern>
</rule>
</ruleset>