lint: add new rule

This commit is contained in:
Torsten Dittmann
2022-06-01 17:54:19 +02:00
parent 426e7cb77b
commit 55dbe18466
+4
View File
@@ -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>