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 5b5fda2 commit 2b81681Copy full SHA for 2b81681
tools/lint-commits
@@ -9,10 +9,12 @@
9
10
# The rules can be found in /.gitlint
11
12
+repository="zulip/python-zulip-api"
13
+
14
if [[ "
15
$(git remote -v)
16
" =~ '
-'([^[:space:]]*)[[:space:]]*(https://github\.com/|ssh://git@github\.com/|git@github\.com:)zulip/python-zulip-api(\.git|/)?\ \(fetch\)'
17
+'([^[:space:]]*)[[:space:]]*(https://github\.com/|ssh://git@github\.com/|git@github\.com:)"$repository"(\.git|/)?\ \(fetch\)'
18
' ]]; then
19
range="${BASH_REMATCH[1]}/master..HEAD"
20
else
0 commit comments