Skip to content

Commit

Permalink
Fix checkstyle
Browse files Browse the repository at this point in the history
Also update to gradle 7.5.1
  • Loading branch information
AntonOellerer committed Oct 27, 2022
1 parent 83b14c9 commit 6c435fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/checkstyle/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,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 6c435fa

Please sign in to comment.