Skip to content

Commit

Permalink
Relax line length restrictions
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-gerarts committed May 5, 2021
1 parent d363e69 commit a9e8feb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/CodingStandards/Drupal/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,12 @@
<ruleset name="nascom-drupal">
<rule ref="vendor/drupal/coder/coder_sniffer/Drupal">
<exclude name="Drupal.Commenting"/>
<exclude name="Generic.Files.LineLength.MaxExceeded" />
<exclude name="Drupal.Files.LineLength.TooLong" />
</rule>
<rule ref="Generic.Files.LineLength">
<properties>
<property name="lineLimit" value="120"/>
</properties>
</rule>
</ruleset>

0 comments on commit a9e8feb

Please sign in to comment.