We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d99a632 commit e646a57Copy full SHA for e646a57
Makefile
@@ -119,7 +119,7 @@ distclean: clean
119
120
lint:
121
$(BINPATH)/ltag -t ./.headers -excludes "tools $(SUBMODULES)" -check -v
122
- $(BINPATH)/git-validation -run DCO,short-subject -range 78381c382b17ac8c8ef6ffbfae27f65db8b186a7..HEAD
+ $(BINPATH)/git-validation -run DCO,short-subject -range HEAD~20..HEAD
123
$(BINPATH)/golangci-lint run
124
125
tidy:
0 commit comments