Skip to content

Commit e646a57

Browse files
committed
Revert "Fix lint"
This reverts commit 9b5912e. Signed-off-by: Swagat Bora <swagatbora90@gmail.com>
1 parent d99a632 commit e646a57

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 78381c382b17ac8c8ef6ffbfae27f65db8b186a7..HEAD
122+
$(BINPATH)/git-validation -run DCO,short-subject -range HEAD~20..HEAD
123123
$(BINPATH)/golangci-lint run
124124

125125
tidy:

0 commit comments

Comments
 (0)