Skip to content

Commit 2a3f0f3

Browse files
committedFeb 1, 2019
update checkstyle
1 parent fa27668 commit 2a3f0f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎vogle-checkstyle.xml ‎checkstyle/vogle-checkstyle.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44
"https://checkstyle.org/dtds/configuration_1_3.dtd">
55

66
<!--
7-
** checkstyle by vogle **
7+
** Checkstyle by vogle **
88
99
Checkstyle is very configurable. Be sure to read the documentation at
1010
http://checkstyle.sourceforge.net/ (or in your downloaded distribution).
1111
1212
To completely disable a check, just comment it out or delete it from the file.
1313
1414
Authors: Allan Im
15+
https://raw.githubusercontent.com/vogle/codestyle/master/checkstyle/vogle-checkstyle.xml
1516
-->
1617

1718
<module name="Checker">
@@ -52,7 +53,6 @@
5253
</module>
5354
<module name="NeedBraces"/>
5455
<module name="LeftCurly"/>
55-
<module name="RightCurly"/>
5656
<module name="RightCurly">
5757
<property name="option" value="alone"/>
5858
<property name="tokens"
@@ -163,7 +163,7 @@
163163
<property name="sortImportsInGroupAlphabetically" value="true"/>
164164
<property name="separateLineBetweenGroups" value="true"/>
165165
<property name="customImportOrderRules"
166-
value="STATIC###STANDARD_JAVA_PACKAGE###THIRD_PARTY_PACKAGE###SPECIAL_IMPORTS"/>
166+
value="SPECIAL_IMPORTS###THIRD_PARTY_PACKAGE###STANDARD_JAVA_PACKAGE###STATIC"/>
167167
</module>
168168
<module name="MethodParamPad"/>
169169
<module name="OperatorWrap">

0 commit comments

Comments
 (0)
Please sign in to comment.