Skip to content

Commit

Permalink
fix: addressing reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
vibhatha committed Feb 5, 2024
1 parent 2bb01c9 commit ca838fb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions java/dev/checkstyle/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,11 @@
<property name="allowMissingReturnTag" value="true"/>
<property name="allowedAnnotations" value="Override, Test"/>
</module>
<module name="MissingJavadocMethod">
<property name="scope" value="public"/>
<property name="minLineCount" value="2"/>
<property name="ignoreMethodNamesRegex" value="main"/>
</module>
<module name="JavadocType">
<property name="scope" value="public"/>
</module>
Expand Down

0 comments on commit ca838fb

Please sign in to comment.