Skip to content

Commit

Permalink
Fix checkstyle: allow long URLS inside comments
Browse files Browse the repository at this point in the history
  • Loading branch information
wonderfly committed Mar 13, 2015
1 parent 2743e3e commit 3e0769d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ page at http://checkstyle.sourceforge.net/config.html -->

<property name="ignorePattern"
value="${com.puppycrawl.tools.checkstyle.checks.sizes.LineLength.ignorePattern}"
default="^(package .*;\s*)|(import .*;\s*)|( *\* *https?://.*)$"/>
default="^(package .*;\s*)|(import .*;\s*)|( *(\*|//).*https?://.*)$"/>
</module>

<module name="LeftCurly">
Expand Down

0 comments on commit 3e0769d

Please sign in to comment.