Skip to content

Commit 14b852f

Browse files
committed
workaround
1 parent 2601ec2 commit 14b852f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

buildscripts/checkstyle.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,10 +172,12 @@
172172
<message key="name.invalidPattern"
173173
value="Method name ''{0}'' must match pattern ''{1}''."/>
174174
</module>
175-
<module name="SingleLineJavadoc">
175+
<!-- commented out until next semconv release,
176+
see https://github.com/open-telemetry/semantic-conventions/pull/1664 -->
177+
<!--module name="SingleLineJavadoc"-->
176178
<!-- <!-\- Wrong interpretation of the style guide; -\-> -->
177179
<!-- <property name="ignoreInlineTags" value="false"/ -->
178-
</module>
180+
<!--/module-->
179181
<module name="EmptyCatchBlock">
180182
<property name="exceptionVariableName" value="expected"/>
181183
</module>

0 commit comments

Comments
 (0)