Skip to content

Commit 21dc0a3

Browse files
committed
Disable JavadocParagraph module on checkstyle config
1 parent 96ce97c commit 21dc0a3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

google_checks_mod.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,12 @@
322322
<property name="forbiddenSummaryFragments"
323323
value="^@return the *|^This method returns |^A [{]@code [a-zA-Z0-9]+[}]( is a )"/>
324324
</module>
325+
<!--
326+
Modification: Disabled Javadoc Paragraph check
327+
https://checkstyle.sourceforge.io/config_javadoc.html#JavadocParagraph
328+
325329
<module name="JavadocParagraph"/>
330+
-->
326331
<module name="RequireEmptyLineBeforeBlockTagGroup"/>
327332
<module name="AtclauseOrder">
328333
<property name="tagOrder" value="@param, @return, @throws, @deprecated"/>

0 commit comments

Comments
 (0)