Excluded application/phrases/ from been checked for line length with PHPCS

This commit is contained in:
Paolo
2022-03-07 12:34:11 +01:00
parent 9f28db36b8
commit 7aaeccdd42
+1
View File
@@ -39,6 +39,7 @@
<property name="lineLimit" value="9999"/> <property name="lineLimit" value="9999"/>
<property name="absoluteLineLimit" value="150"/> <property name="absoluteLineLimit" value="150"/>
</properties> </properties>
<exclude-pattern>application/phrases/</exclude-pattern>
</rule> </rule>
<!-- No white spaces are allowed in array declaration between brackets --> <!-- No white spaces are allowed in array declaration between brackets -->