Skip to content

Commit 841f011

Browse files
committed
workaround
1 parent 0865258 commit 841f011

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

buildscripts/checkstyle.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,9 @@
141141
<!-- TODO (trask) commented out until next semconv release,
142142
see https://github.com/open-telemetry/semantic-conventions/pull/1664 -->
143143
<!--module name="NonEmptyAtclauseDescription"/-->
144-
<module name="JavadocTagContinuationIndentation"/>
144+
<!-- TODO (trask) commented out until next semconv release,
145+
see https://github.com/open-telemetry/semantic-conventions/pull/1664 -->
146+
<!--module name="JavadocTagContinuationIndentation"/-->
145147
<module name="SummaryJavadoc">
146148
<property name="forbiddenSummaryFragments"
147149
value="^@return the *|^This method returns |^A [{]@code [a-zA-Z0-9]+[}]( is a )"/>

0 commit comments

Comments
 (0)