mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
linter fix
This commit is contained in:
parent
efe3793679
commit
eb689d86c5
1 changed files with 2 additions and 0 deletions
|
|
@ -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 -->
|
||||
|
|
|
|||
Loading…
Reference in a new issue