1
0
Fork 0
mirror of synced 2024-06-27 02:31:04 +12:00

linter fix

This commit is contained in:
Matej Bačo 2023-08-19 20:29:05 +02:00
parent efe3793679
commit eb689d86c5

View file

@ -7,6 +7,8 @@
<ini name="memory_limit" value="4096M"/>
<!-- Exclude SDK's for performance reasons -->
<exclude-pattern>./app/sdks</exclude-pattern>
<!-- Exclude functions as they are in different languages -->
<exclude-pattern>./tests/resources/functions</exclude-pattern>
<!-- Exclude console -->
<exclude-pattern>./app/console</exclude-pattern>
<!-- Ignore max line width -->