Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.

Commit 496d8e9

Browse files
committed
Remove allowMissingJavadoc for JavadocMethod
It looks like Checkstyle starting with version 8.25 doesn't provide an `allowMissingJavadoc` for `JavadocMethod` module any more
1 parent 32753c6 commit 496d8e9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/checkstyle/checkstyle.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,7 @@
106106
<property name="scope" value="package"/>
107107
<property name="authorFormat" value=".+\s.+"/>
108108
</module>
109-
<module name="JavadocMethod">
110-
<property name="allowMissingJavadoc" value="true"/>
111-
</module>
109+
<module name="JavadocMethod"/>
112110
<module name="JavadocVariable">
113111
<property name="scope" value="public"/>
114112
</module>

0 commit comments

Comments
 (0)