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:
parent
0ea053bda1
commit
1a97f69d32
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user