Skip to content

Commit faf8891

Browse files
committed
Refrain from linting until golangci-lint issues are fixed
See the following issues: golangci/golangci-lint#538 golangci/golangci-lint#539
1 parent 2624fda commit faf8891

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
@@ -27,7 +27,7 @@ build:
2727

2828
.PHONY: test
2929
test: build
30-
test: lint
30+
# test: lint
3131
test: TESTFLAGS += -race -v
3232
test: unit-tests
3333
test: cover

0 commit comments

Comments
 (0)