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 e94c936 commit 058a6f6Copy full SHA for 058a6f6
scripts/gitlint.sh
@@ -3,5 +3,5 @@ set -e
3
BRANCH=$(git rev-parse --abbrev-ref HEAD)
4
gitlint --version
5
printf "Documentation: https://jorisroovers.com/gitlint/latest/\n\n"
6
-gitlint --commits "$BRANCH"
+gitlint --commits $BRANCH
7
0 commit comments