Skip to content

Commit

Permalink
Regex improved as per code-review
Browse files Browse the repository at this point in the history
  • Loading branch information
JimDeanSpivey committed Jan 29, 2016
1 parent 9e7db9d commit 41aa614
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@
</module>
<module name="LineLength">
<property name="max" value="80"/>
<property name="ignorePattern" value="^import .*$|^\s+\*.*https?:\/\/.+"/>
<property name="ignorePattern" value="^import .*$|^\s+\*\s.*https?:\/\/.+"/>
</module>
<module name="AnonInnerLength" />
<module name="MethodLength"/>
Expand Down

0 comments on commit 41aa614

Please sign in to comment.