Skip to content

Commit 73ce1f4

Browse files
committed
Sort Checkstyle entries
1 parent bb59de2 commit 73ce1f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/conf/checkstyle/checkstyle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ limitations under the License.
2525
<module name="Header">
2626
<property name="headerFile" value="${checkstyle.header.file}" />
2727
</module>
28-
<property name="localeLanguage" value="en" />
2928
<module name="LineLength">
3029
<property name="max" value="160"/>
3130
</module>
@@ -69,5 +68,6 @@ limitations under the License.
6968
<module name="WhitespaceAround" />
7069
<module name="WhitespaceAroundCheck" />
7170
</module>
71+
<property name="localeLanguage" value="en" />
7272
</module>
7373

0 commit comments

Comments
 (0)