Skip to content

Commit 4793caa

Browse files
authored
Expand LineLength exemption to include all comments with a URL (#117221)
1 parent d87a1a2 commit 4793caa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-tools-internal/src/main/resources/checkstyle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
unfair. -->
5858
<module name="LineLength">
5959
<property name="max" value="140" />
60-
<property name="ignorePattern" value="^(?:(?:package|import) .*| *\* *https?://[^ ]+)$" />
60+
<property name="ignorePattern" value="^(?:(?:package|import) .*| *\*.*https?://.*)$" />
6161
</module>
6262

6363
<module name="TreeWalker">

0 commit comments

Comments
 (0)