Skip to content

Commit

Permalink
Set limit to 200
Browse files Browse the repository at this point in the history
  • Loading branch information
810 committed Apr 15, 2022
1 parent 250f660 commit 1ad023e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Kunena/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
<!-- Lines can be 150 chars long, but never show errors -->
<rule ref="Generic.Files.LineLength">
<properties>
<property name="lineLimit" value="150" />
<property name="absoluteLineLimit" value="200" />
<property name="lineLimit" value="200" />
<property name="absoluteLineLimit" value="250" />
</properties>
</rule>

Expand Down

0 comments on commit 1ad023e

Please sign in to comment.