Skip to content

Commit 5885333

Browse files
pombredannejdaguil
authored andcommitted
Detecting more VCS urls in the pip or SPDX style
1 parent d2a5104 commit 5885333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cluecode/finder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def uninteresting_emails_filter(matches):
177177
# TODO: consider: http://blog.codinghorror.com/the-problem-with-urls/
178178

179179

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

183183
def urls_regex():

0 commit comments

Comments
 (0)