Skip to content

Commit

Permalink
Update checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
Mumfrey committed Jun 30, 2021
1 parent dfa5a70 commit 9d4fcbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ checkstyle {
"year" : project.inceptionYear
]
configFile = file("checkstyle.xml")
toolVersion = '8.36.1'
toolVersion = '8.43'
}

// Source compiler configuration
Expand Down
5 changes: 2 additions & 3 deletions checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
</module>
<module name="JavadocMethod">
<metadata name="net.sf.eclipsecs.core.comment" value="Package members"/>
<property name="scope" value="package"/>
<property name="accessModifiers" value="package"/>
<property name="allowMissingParamTags" value="true"/>
<property name="allowMissingReturnTag" value="true"/>
<property name="tokens" value="METHOD_DEF"/>
Expand All @@ -100,8 +100,7 @@
</module>
<module name="JavadocMethod">
<metadata name="net.sf.eclipsecs.core.comment" value="Public members"/>
<property name="scope" value="public"/>
<property name="excludeScope" value="package"/>
<property name="accessModifiers" value="public"/>
<property name="allowMissingReturnTag" value="true"/>
<property name="tokens" value="METHOD_DEF"/>
</module>
Expand Down

0 comments on commit 9d4fcbb

Please sign in to comment.