Skip to content

Commit

Permalink
bump checkstyle to 8.29
Browse files Browse the repository at this point in the history
  • Loading branch information
wcekan committed Feb 7, 2020
1 parent 290adb5 commit 67467ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions checkstyle-style.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
<property name="sortImportsInGroupAlphabetically" value="true"/>
<property name="separateLineBetweenGroups" value="false"/>
</module>
<module name="SuppressionXpathSingleFilter">
<property name="checks" value="CustomImportOrder"/>
<property name="message" value="^Extra separation in import group before.*"/>
</module>
<module name="ConstantName">
<metadata name="net.sf.eclipsecs.core.comment" value="Constants (static finals) must be uppercase letters/digits/underscore."/>
<property name="severity" value="error"/>
Expand Down Expand Up @@ -126,11 +130,8 @@
<metadata name="net.sf.eclipsecs.core.comment" value="Checks the Javadoc of a method or constructor."/>
<property name="severity" value="warning"/>
<property name="scope" value="protected"/>
<property name="allowUndeclaredRTE" value="true"/>
<property name="allowThrowsTagsForSubclasses" value="true"/>
<property name="validateThrows" value="true"/>
<property name="allowMissingParamTags" value="true"/>
<property name="allowMissingThrowsTags" value="true"/>
<property name="allowMissingJavadoc" value="true"/>
<metadata name="net.sf.eclipsecs.core.lastEnabledSeverity" value="inherit"/>
</module>
<module name="JavadocVariable">
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>8.24</version>
<version>8.29</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 67467ea

Please sign in to comment.