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 fa85eab commit f7f88a4Copy full SHA for f7f88a4
bin/commitlint
@@ -19,6 +19,8 @@
19
# commitlint 1.21..1.22 | grep -F [FAIL] # bad commits in 1.22 release cycle
20
# commitlint # unpushed commits
21
22
+set -e
23
+
24
if [[ -n ${NO_COLOR+set} ]]
25
then
26
RED=""
0 commit comments