Skip to content

Commit

Permalink
[chores] Checkstyle: enable JavadocStyle check (#2970)
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg committed Nov 13, 2023
1 parent dce7dd1 commit 1ed5321
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions codequality/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@
<module name="UnusedImports"/>

<!-- Javadoc Comments -->
<module name="JavadocStyle">
<property name="checkEmptyJavadoc" value="true"/>
</module>
<module name="NonEmptyAtclauseDescription" />
<module name="AtclauseOrder">
<property name="target" value="CLASS_DEF, INTERFACE_DEF, ENUM_DEF"/>
Expand Down

0 comments on commit 1ed5321

Please sign in to comment.