Skip to content

Commit

Permalink
Issue checkstyle#54: update to checkstyle 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
romani authored and tsjensen committed Mar 21, 2019
1 parent 1bfb73e commit 074a631
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1209,7 +1209,7 @@
<param key="allowLineBreaks" type="BOOLEAN">
<defaultValue>true</defaultValue>
</param>
<param key="tokens" type="s[ARRAY_INIT,INC,DEC,UNARY_MINUS,UNARY_PLUS,BNOT,LNOT,DOT,TYPECAST,ARRAY_DECLARATOR,INDEX_OP]">
<param key="tokens" type="s[ARRAY_INIT,INC,DEC,UNARY_MINUS,UNARY_PLUS,BNOT,LNOT,DOT,TYPECAST,ARRAY_DECLARATOR,INDEX_OP,LITERAL_SYNCHRONIZED]">
<defaultValue>ARRAY_INIT,INC,DEC,UNARY_MINUS,UNARY_PLUS,BNOT,LNOT,DOT,ARRAY_DECLARATOR,INDEX_OP</defaultValue>
</param>
</rule>
Expand Down Expand Up @@ -1605,7 +1605,7 @@
<name><![CDATA[Whitespace After]]></name>
<configKey><![CDATA[Checker/TreeWalker/WhitespaceAfter]]></configKey>
<cardinality>MULTIPLE</cardinality>
<param key="tokens" type="s[COMMA,SEMI,TYPECAST]">
<param key="tokens" type="s[COMMA,SEMI,TYPECAST,LITERAL_IF,LITERAL_ELSE,LITERAL_WHILE,LITERAL_DO,LITERAL_FOR,DO_WHILE]">
<defaultValue>COMMA,SEMI,TYPECAST</defaultValue>
</param>
</rule>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
</ciManagement>

<properties>
<checkstyle.version>7.3</checkstyle.version>
<checkstyle.version>7.4</checkstyle.version>
<sonar.version>5.6.4</sonar.version>
<sonar-java.version>3.7</sonar-java.version>
<java.version>1.8</java.version>
Expand Down

0 comments on commit 074a631

Please sign in to comment.