Reorder modifiers to comply with the JLS

See gh-12432
This commit is contained in:
igor-suhorukov
2018-03-11 23:20:34 +03:00
committed by Stephane Nicoll
parent 6d16c5ff6e
commit aebb475bc5
13 changed files with 14 additions and 12 deletions

View File

@@ -129,6 +129,8 @@
<!-- Modifiers -->
<module name="com.puppycrawl.tools.checkstyle.checks.modifier.RedundantModifierCheck" />
<module name="com.puppycrawl.tools.checkstyle.checks.modifier.ModifierOrderCheck"/>
<!-- Regexp -->
<module name="com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck">