Skip to content

Commit 60d720b

Browse files
committed
Reconfigure Checkstyle SummaryJavadoc module, violateExecutionOnNonTightHtml property to false.
This configuration will thereby prevent the non-closed <p> HTML tags used in Javadoc from being flagged.
1 parent 2448203 commit 60d720b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/checkstyle/config/codeprimate_checkstyle_checks.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@
293293
<module name="RequireEmptyLineBeforeBlockTagGroup"/>
294294
<!--module name="SingleLineJavadoc"/-->
295295
<module name="SummaryJavadoc">
296-
<property name="violateExecutionOnNonTightHtml" value="true"/>
296+
<property name="violateExecutionOnNonTightHtml" value="false"/>
297297
</module>
298298
<!--module name="WriteTag"/-->
299299

0 commit comments

Comments
 (0)