Skip to content

Commit d99a632

Browse files
authored
Merge pull request #620 from Kern--/lint
Fix lint
2 parents 78381c3 + 9b5912e commit d99a632

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)