Skip to content

Commit 62ae251

Browse files
authored
Merge pull request #621 from swagatbora90/revert_DCO_fix
Revert "Fix lint"
2 parents d51de37 + e646a57 commit 62ae251

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
@@ -124,7 +124,7 @@ distclean: clean
124124

125125
lint:
126126
$(BINPATH)/ltag -t ./.headers -excludes "tools $(SUBMODULES)" -check -v
127-
$(BINPATH)/git-validation -run DCO,short-subject -range 78381c382b17ac8c8ef6ffbfae27f65db8b186a7..HEAD
127+
$(BINPATH)/git-validation -run DCO,short-subject -range HEAD~20..HEAD
128128
$(BINPATH)/golangci-lint run
129129

130130
tidy:

0 commit comments

Comments
 (0)