Skip to content

Commit 0865258

Browse files
committed
todo
1 parent 14b852f commit 0865258

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ tasks {
7676
breakIterator(true)
7777

7878
addBooleanOption("html5", true)
79-
// need to disable html validation until next semconv release
80-
// see https://github.com/open-telemetry/semantic-conventions/pull/1664
79+
// TODO (trask) need to disable html validation until next semconv release
80+
// see https://github.com/open-telemetry/semantic-conventions/pull/1664
8181
addBooleanOption("Xdoclint:all,-missing,-html", true)
8282
}
8383
}

buildscripts/checkstyle.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
<property name="tokens" value="VARIABLE_DEF"/>
139139
<property name="allowSamelineMultipleAnnotations" value="true"/>
140140
</module>
141-
<!-- commented out until next semconv release,
141+
<!-- TODO (trask) commented out until next semconv release,
142142
see https://github.com/open-telemetry/semantic-conventions/pull/1664 -->
143143
<!--module name="NonEmptyAtclauseDescription"/-->
144144
<module name="JavadocTagContinuationIndentation"/>
@@ -172,7 +172,7 @@
172172
<message key="name.invalidPattern"
173173
value="Method name ''{0}'' must match pattern ''{1}''."/>
174174
</module>
175-
<!-- commented out until next semconv release,
175+
<!-- TODO (trask) commented out until next semconv release,
176176
see https://github.com/open-telemetry/semantic-conventions/pull/1664 -->
177177
<!--module name="SingleLineJavadoc"-->
178178
<!-- <!-\- Wrong interpretation of the style guide; -\-> -->

0 commit comments

Comments
 (0)