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 0865258 commit 841f011Copy full SHA for 841f011
buildscripts/checkstyle.xml
@@ -141,7 +141,9 @@
141
<!-- TODO (trask) commented out until next semconv release,
142
see https://github.com/open-telemetry/semantic-conventions/pull/1664 -->
143
<!--module name="NonEmptyAtclauseDescription"/-->
144
- <module name="JavadocTagContinuationIndentation"/>
+ <!-- TODO (trask) commented out until next semconv release,
145
+ see https://github.com/open-telemetry/semantic-conventions/pull/1664 -->
146
+ <!--module name="JavadocTagContinuationIndentation"/-->
147
<module name="SummaryJavadoc">
148
<property name="forbiddenSummaryFragments"
149
value="^@return the *|^This method returns |^A [{]@code [a-zA-Z0-9]+[}]( is a )"/>
0 commit comments