Skip to content

Commit

Permalink
Up line limit to 152 instead of 120
Browse files Browse the repository at this point in the history
  • Loading branch information
jahidulpabelislam authored Oct 23, 2022
1 parent 65e951b commit 0c99fff
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions codesniffer.config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,11 @@
<exclude name="PSR12.Traits.UseDeclaration" />
<exclude name="PSR12.Classes.OpeningBraceSpace" />
</rule>

<!-- Override the 120 from above rule -->
<rule ref="Generic.Files.LineLength">
<properties>
<property name="lineLimit" value="152" />
</properties>
</rule>
</ruleset>

0 comments on commit 0c99fff

Please sign in to comment.