Skip to content

Commit

Permalink
Update puppycrawl version
Browse files Browse the repository at this point in the history
  • Loading branch information
aguibert committed May 14, 2020
1 parent a899d73 commit 59c5e85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions etc/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@

<module name="SuppressWarningsFilter"/>
<module name="TreeWalker">
<property name="cacheFile" value="${checkstyle.cache.file}"/>

<module name="SuppressionCommentFilter">
<property name="offCommentFormat" value="CHECKSTYLE.OFF\: ([\w\|]+)"/>
<property name="onCommentFormat" value="CHECKSTYLE.ON\: ([\w\|]+)"/>
Expand All @@ -91,8 +89,8 @@
<!-- See http://checkstyle.sf.net/config_javadoc.html -->
<module name="JavadocMethod">
<property name="scope" value="protected"/>
<property name="allowUndeclaredRTE" value="true"/>
<property name="allowMissingPropertyJavadoc" value="true"/>
<property name="allowMissingReturnTag" value="true"/>
<property name="allowMissingParamTags" value="true"/>
</module>
<module name="JavadocType">
<property name="scope" value="protected"/>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>8.18</version>
<version>8.29</version>
<exclusions>
<exclusion>
<groupId>com.sun</groupId>
Expand Down

0 comments on commit 59c5e85

Please sign in to comment.