We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2601ec2 commit 14b852fCopy full SHA for 14b852f
buildscripts/checkstyle.xml
@@ -172,10 +172,12 @@
172
<message key="name.invalidPattern"
173
value="Method name ''{0}'' must match pattern ''{1}''."/>
174
</module>
175
- <module name="SingleLineJavadoc">
+ <!-- commented out until next semconv release,
176
+ see https://github.com/open-telemetry/semantic-conventions/pull/1664 -->
177
+ <!--module name="SingleLineJavadoc"-->
178
<!-- <!-\- Wrong interpretation of the style guide; -\-> -->
179
<!-- <property name="ignoreInlineTags" value="false"/ -->
- </module>
180
+ <!--/module-->
181
<module name="EmptyCatchBlock">
182
<property name="exceptionVariableName" value="expected"/>
183
0 commit comments