Skip to content

Commit

Permalink
Upgrade checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
stokito committed Nov 3, 2024
1 parent 549758c commit 0c2aff4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ test {
}

checkstyle {
toolVersion '8.31'
toolVersion '9.3'
maxWarnings 0
}

Expand Down
1 change: 0 additions & 1 deletion config/checkstyle/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@
value="CLASS_DEF, INTERFACE_DEF, ENUM_DEF, METHOD_DEF, CTOR_DEF, VARIABLE_DEF"/>
</module>
<module name="JavadocMethod">
<property name="scope" value="public"/>
<property name="allowMissingParamTags" value="true"/>
<property name="allowMissingReturnTag" value="true"/>
<property name="allowedAnnotations" value="Override, Test"/>
Expand Down

0 comments on commit 0c2aff4

Please sign in to comment.