mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
lint: add new rule
This commit is contained in:
parent
426e7cb77b
commit
55dbe18466
1 changed files with 4 additions and 0 deletions
|
|
@ -11,4 +11,8 @@
|
|||
<rule ref="Generic.Files.LineLength">
|
||||
<exclude-pattern>*</exclude-pattern>
|
||||
</rule>
|
||||
<!-- Allow Side Effects on root level of files -->
|
||||
<rule ref="PSR1.Files.SideEffects.FoundWithSymbols">
|
||||
<exclude-pattern>*</exclude-pattern>
|
||||
</rule>
|
||||
</ruleset>
|
||||
Loading…
Reference in a new issue