We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acdfa8f commit de9fadbCopy full SHA for de9fadb
lib/parse_config.js
@@ -1,6 +1,6 @@
1
'use strict';
2
3
-var rRepoURL = /^(?:(?:git|https?|git\+https|git\+ssh):\/\/)?(?:[^@]+@)?([^\/]+?)[\/:](.+?)\.git$/;
+var rRepoURL = /^(?:(?:git|https?|git\+https|git\+ssh):\/\/)?(?:[^@]+@)?([^\/]+?)[\/:](.+?)\.git$/; // eslint-disable-line no-useless-escape
4
var rGithubPage = /\.github\.(io|com)$/;
5
6
function parseRepo(repo) {
0 commit comments