We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62e534b commit 890f733Copy full SHA for 890f733
1 file changed
Makefile
@@ -58,7 +58,7 @@ $(FMTSTAMP): $(GOFILES) $(GOTESTFILES)
58
lint: $(LINTSTAMP) ## Run linters
59
60
$(LINTSTAMP): $(GOFILES) $(GOTESTFILES)
61
- golangci-lint run --verbose
+ golangci-lint run --disable goheader --verbose
62
touch $@
63
64
## Testing:
0 commit comments