We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4233b87 commit c024da2Copy full SHA for c024da2
script/validate/dco
@@ -7,6 +7,5 @@ if ! command -v git-validation; then
7
exit 1
8
fi
9
10
-GIT_CHECK_EXCLUDE="./vendor"
11
verbosity="${DCO_VERBOSITY--v}"
12
-git-validation "$verbosity" -run DCO,short-subject,dangling-whitespace
+GIT_CHECK_EXCLUDE="./vendor" git-validation "$verbosity" -run DCO,short-subject,dangling-whitespace
0 commit comments