Skip to content

Commit

Permalink
Update checkstyle config for types.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpt777 committed Dec 3, 2024
1 parent 83a18f7 commit 9acf5fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/checkstyle/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,12 @@

<module name="SuppressWarningsHolder"/>

<module name="JavadocType"/>
<module name="JavadocMethod"/>
<module name="JavadocVariable">
<property name="scope" value="public"/>
</module>

<module name="MissingJavadocType"/>
<module name="MissingJavadocMethod"/>
<module name="MissingJavadocPackage"/>
Expand Down

0 comments on commit 9acf5fa

Please sign in to comment.