Skip to content

Commit

Permalink
checkstyle.xml: re-order modules
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Aug 1, 2023
1 parent c8a56a4 commit ee7572c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions config/checkstyle/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,17 @@
<module name="FileTabCharacter">
<property name="eachLine" value="true"/>
</module>

<!-- Checks that a package-info.java file exists for each package -->
<!-- See https://checkstyle.org/checks/javadoc/javadocpackage.html -->
<module name="JavadocPackage"/>

<module name="RegexpSingleline">
<property name="format" value="\s+$"/>
<property name="minimum" value="0"/>
<property name="maximum" value="0"/>
<property name="message" value="Line has trailing whitespace."/>
</module>

<!-- Checks that a package-info.java file exists for each package -->
<!-- See https://checkstyle.org/checks/javadoc/javadocpackage.html -->
<module name="JavadocPackage"/>

<!-- Checks for size violations -->
<!-- See https://checkstyle.org/checks/sizes -->
<module name="FileLength">
Expand Down

0 comments on commit ee7572c

Please sign in to comment.