Skip to content

Commit 32fe58c

Browse files
committed
update comment
1 parent 1008c05 commit 32fe58c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

buildscripts/checkstyle.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050
-->
5151

5252
<module name="TreeWalker">
53-
<!-- Enforce static imports for OpenTelemetryAssertions methods (lowercase), but allow inner classes (uppercase) and imports -->
53+
<!-- Enforce static imports for OpenTelemetryAssertions methods (lowercase), but allow inner
54+
classes (uppercase). The negative lookup is needed so we don't match import lines. -->
5455
<module name="RegexpSinglelineJava">
5556
<property name="format"
5657
value="^(?!.*import).*OpenTelemetryAssertions\.[a-z]"/>

0 commit comments

Comments
 (0)