Skip to content

Commit

Permalink
LineLength has Checker parent according to https://checkstyle.sourcef…
Browse files Browse the repository at this point in the history
  • Loading branch information
nhojpatrick authored and Rudi Kershaw committed Feb 16, 2021
1 parent 474fece commit 963163e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions etc/checkstyle/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
<property name="message" value="Line has trailing spaces."/>
</module>

<module name="LineLength">
<property name="max" value="120"/>
</module>

<module name="TreeWalker">
<module name="JavadocMethod"/>
<module name="JavadocType"/>
Expand All @@ -35,9 +39,6 @@
<module name="UnusedImports">
<property name="processJavadoc" value="false"/>
</module>
<module name="LineLength">
<property name="max" value="120"/>
</module>
<module name="MethodLength"/>
<module name="ParameterNumber"/>
<module name="EmptyForIteratorPad"/>
Expand Down

0 comments on commit 963163e

Please sign in to comment.