mirror of
https://github.com/envoyr/nginx-configurator.git
synced 2026-04-28 12:24:08 +00:00
11 lines
403 B
XML
11 lines
403 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ruleset name="Selective Standard">
|
|
<description>Project Coding Standard</description>
|
|
<file>./src</file>
|
|
<rule ref="Generic.Files.LineLength">
|
|
<properties>
|
|
<property phpcs-only="true" name="lineLimit" value="130"/>
|
|
<property phpcbf-only="true" name="lineLimit" value="150"/>
|
|
</properties>
|
|
</rule>
|
|
</ruleset> |