Skip to content

Commit c024da2

Browse files
committed
Fix vendor exclude
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
1 parent 4233b87 commit c024da2

File tree

1 file changed

+1
-2
lines changed
  • script/validate

1 file changed

+1
-2
lines changed

script/validate/dco

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@ if ! command -v git-validation; then
77
exit 1
88
fi
99

10-
GIT_CHECK_EXCLUDE="./vendor"
1110
verbosity="${DCO_VERBOSITY--v}"
12-
git-validation "$verbosity" -run DCO,short-subject,dangling-whitespace
11+
GIT_CHECK_EXCLUDE="./vendor" git-validation "$verbosity" -run DCO,short-subject,dangling-whitespace

0 commit comments

Comments
 (0)