Skip to content

Commit ca838fb

Browse files
committed
fix: addressing reviews
1 parent 2bb01c9 commit ca838fb

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

java/dev/checkstyle/checkstyle.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,11 @@
227227
<property name="allowMissingReturnTag" value="true"/>
228228
<property name="allowedAnnotations" value="Override, Test"/>
229229
</module>
230+
<module name="MissingJavadocMethod">
231+
<property name="scope" value="public"/>
232+
<property name="minLineCount" value="2"/>
233+
<property name="ignoreMethodNamesRegex" value="main"/>
234+
</module>
230235
<module name="JavadocType">
231236
<property name="scope" value="public"/>
232237
</module>

0 commit comments

Comments
 (0)