Skip to content

Commit 890f733

Browse files
committed
Reapply "chore: disable goheader check in golangci-lint"
This reverts commit 62e534b.
1 parent 62e534b commit 890f733

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ $(FMTSTAMP): $(GOFILES) $(GOTESTFILES)
5858
lint: $(LINTSTAMP) ## Run linters
5959

6060
$(LINTSTAMP): $(GOFILES) $(GOTESTFILES)
61-
golangci-lint run --verbose
61+
golangci-lint run --disable goheader --verbose
6262
touch $@
6363

6464
## Testing:

0 commit comments

Comments
 (0)