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 7c5303b commit bc24768Copy full SHA for bc24768
scripts/test
@@ -12,6 +12,7 @@ ${PREFIX}flake8 commitizen/ tests/
12
${PREFIX}mypy commitizen/ tests/
13
${PREFIX}pydocstyle --convention=google --add-ignore=D1,D415
14
15
+-git log --all --source
16
${PREFIX}commitizen check --rev-range master..HEAD || \
17
if [ $$? == 3 ] ; then
18
exit 0;
0 commit comments