Skip to content

Commit 027baa1

Browse files
committed
Upgrade to checkstyle 8.29
1 parent e90ad83 commit 027baa1

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ext {
3636
cfJavaClientVersion = "4.2.0.RELEASE"
3737
blockHoundVersion = "1.0.1.RELEASE"
3838
junitPlatformLauncherVersion = "1.5.2"
39-
checkstyleVersion = "8.21"
39+
checkstyleVersion = "8.29"
4040
pmdVersion = "6.21.0"
4141

4242
javadocLinks = [

src/checkstyle/checkstyle.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,7 @@
149149
<!-- </module>-->
150150
<module name="com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck">
151151
<property name="allowMissingParamTags" value="true"/>
152-
<property name="allowMissingThrowsTags" value="true"/>
153152
<property name="allowMissingReturnTag" value="true"/>
154-
<property name="allowMissingJavadoc" value="true"/>
155153
</module>
156154
<module name="com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocVariableCheck">
157155
<property name="scope" value="public"/>

0 commit comments

Comments
 (0)