Skip to content

Commit

Permalink
Update ruleset.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-chetan committed Jul 18, 2021
1 parent ac7b5d1 commit 3b41e09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
<!-- There MUST NOT be a hard limit on line length.
The soft limit on line length MUST be 120 characters.
Lines SHOULD NOT be longer than 80 characters; lines longer than that SHOULD be split into multiple subsequent lines of no more than 80 characters each. -->
<rule ref="Generic.Files.LineLength">
<!-- <rule ref="Generic.Files.LineLength">
<properties>
<property name="lineLimit" value="120"/>
<property name="absoluteLineLimit" value="0"/>
</properties>
</rule>
</rule> -->

<!-- There MUST NOT be trailing whitespace at the end of lines.
Blank lines MAY be added to improve readability and to indicate related blocks of code except where explicitly forbidden. -->
Expand Down

0 comments on commit 3b41e09

Please sign in to comment.