Skip to content
Snippets Groups Projects
Commit 46c48c4e authored by Jonas Leder's avatar Jonas Leder
Browse files

increase phpcs line length limit to 150

parent 175c9b54
No related tags found
1 merge request!902Update PHPStan packages to v2 (major) - abandoned
Pipeline #51028 passed
...@@ -9,6 +9,12 @@ ...@@ -9,6 +9,12 @@
<arg name="extensions" value="php"/> <arg name="extensions" value="php"/>
<rule ref="PSR12"/> <rule ref="PSR12"/>
<rule ref="Generic.Files.LineLength">
<properties>
<property name="lineLimit" value="150"/>
<property name="absoluteLineLimit" value="0"/>
</properties>
</rule>
<file>bin/</file> <file>bin/</file>
<file>config/</file> <file>config/</file>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment