Skip to content

Commit 2601ec2

Browse files
committed
workaround
1 parent 4050c1b commit 2601ec2

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
@@ -138,7 +138,9 @@
138138
<property name="tokens" value="VARIABLE_DEF"/>
139139
<property name="allowSamelineMultipleAnnotations" value="true"/>
140140
</module>
141-
<module name="NonEmptyAtclauseDescription"/>
141+
<!-- commented out until next semconv release,
142+
see https://github.com/open-telemetry/semantic-conventions/pull/1664 -->
143+
<!--module name="NonEmptyAtclauseDescription"/-->
142144
<module name="JavadocTagContinuationIndentation"/>
143145
<module name="SummaryJavadoc">
144146
<property name="forbiddenSummaryFragments"

0 commit comments

Comments
 (0)