Skip to content

Commit

Permalink
Merge #2970 into 1.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg committed Nov 13, 2023
2 parents 437493c + 1ed5321 commit 1dc6c2a
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 1dc6c2a

Please # to comment.