Skip to content

Commit a9e8feb

Browse files
committed
Relax line length restrictions
1 parent d363e69 commit a9e8feb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/CodingStandards/Drupal/ruleset.xml

+7
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,12 @@
22
<ruleset name="nascom-drupal">
33
<rule ref="vendor/drupal/coder/coder_sniffer/Drupal">
44
<exclude name="Drupal.Commenting"/>
5+
<exclude name="Generic.Files.LineLength.MaxExceeded" />
6+
<exclude name="Drupal.Files.LineLength.TooLong" />
7+
</rule>
8+
<rule ref="Generic.Files.LineLength">
9+
<properties>
10+
<property name="lineLimit" value="120"/>
11+
</properties>
512
</rule>
613
</ruleset>

0 commit comments

Comments
 (0)