Skip to content

Commit 9b5912e

Browse files
committed
Fix lint
78381c3 has a CRLF in the DCO which git-validation doesn't like. Update lint target to start after that commit. Signed-off-by: Kern Walster <walster@amazon.com>
1 parent 78381c3 commit 9b5912e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ distclean: clean
119119

120120
lint:
121121
$(BINPATH)/ltag -t ./.headers -excludes "tools $(SUBMODULES)" -check -v
122-
$(BINPATH)/git-validation -run DCO,short-subject -range HEAD~20..HEAD
122+
$(BINPATH)/git-validation -run DCO,short-subject -range 78381c382b17ac8c8ef6ffbfae27f65db8b186a7..HEAD
123123
$(BINPATH)/golangci-lint run
124124

125125
tidy:

0 commit comments

Comments
 (0)