Skip to content

Commit 4e383b5

Browse files
committed
Disable RequireEmptyLineBeforeBLockTagGroup module
1 parent 5b614d8 commit 4e383b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

google_checks_mod.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -323,12 +323,12 @@
323323
value="^@return the *|^This method returns |^A [{]@code [a-zA-Z0-9]+[}]( is a )"/>
324324
</module>
325325
<!--
326-
Modification: Disabled Javadoc Paragraph check
327-
https://checkstyle.sourceforge.io/config_javadoc.html#JavadocParagraph
326+
Modification: Disabled the commented out checks
327+
https://checkstyle.sourceforge.io/config_javadoc.html
328328
329329
<module name="JavadocParagraph"/>
330-
-->
331330
<module name="RequireEmptyLineBeforeBlockTagGroup"/>
331+
-->
332332
<module name="AtclauseOrder">
333333
<property name="tagOrder" value="@param, @return, @throws, @deprecated"/>
334334
<property name="target"

0 commit comments

Comments
 (0)