Skip to content

Commit

Permalink
Detecting more VCS urls in the pip or SPDX style
Browse files Browse the repository at this point in the history
  • Loading branch information
pombredanne authored and jdaguil committed Nov 24, 2015
1 parent d2a5104 commit 5885333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cluecode/finder.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def uninteresting_emails_filter(matches):
# TODO: consider: http://blog.codinghorror.com/the-problem-with-urls/


schemes = 'https?|ftps?|sftp|rsync|ssh|svn|git|hg'
schemes = 'https?|ftps?|sftp|rsync|ssh|svn|git|hg|https?\+git|https?\+svn|https?\+hg'
url_body = '[^\s<>\[\]"]'

def urls_regex():
Expand Down

0 comments on commit 5885333

Please sign in to comment.