Skip to content

Commit

Permalink
Expand LineLength exemption to include all comments with a URL (#117221)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicktindall authored Nov 22, 2024
1 parent d87a1a2 commit 4793caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-tools-internal/src/main/resources/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
unfair. -->
<module name="LineLength">
<property name="max" value="140" />
<property name="ignorePattern" value="^(?:(?:package|import) .*| *\* *https?://[^ ]+)$" />
<property name="ignorePattern" value="^(?:(?:package|import) .*| *\*.*https?://.*)$" />
</module>

<module name="TreeWalker">
Expand Down

0 comments on commit 4793caa

Please sign in to comment.