1
0
Fork 0
mirror of synced 2024-06-15 09:14:50 +12:00

linter: exclude max line width rule

This commit is contained in:
Torsten Dittmann 2022-05-31 17:36:38 +02:00
parent 70286f57dc
commit ff949392ed

View file

@ -7,4 +7,8 @@
<ini name="memory_limit" value="4096M"/>
<!-- Exclude SDK's for performance reasons -->
<exclude-pattern>./app/sdks</exclude-pattern>
<!-- Ignore max line width -->
<rule ref="Generic.Files.LineLength">
<exclude-pattern>*</exclude-pattern>
</rule>
</ruleset>