Skip to content
This repository was archived by the owner on Jul 30, 2019. It is now read-only.

Commit 4a71f61

Browse files
author
Francisco Souza
committed
Makefile: fix golangci-lint
1 parent 46b6322 commit 4a71f61

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
@@ -8,7 +8,7 @@ checkfmt: testdeps
88

99
lint: testdeps
1010
go get github.com/golangci/golangci-lint/cmd/golangci-lint
11-
golangci-lint run -D errcheck -E golint -E staticcheck -E misspell -E gofmt
11+
golangci-lint run -D errcheck -E golint -E staticcheck -E misspell -E gofmt ./...
1212

1313
coverage: lint
1414
go test -coverprofile=coverage.txt -covermode=atomic ./...

0 commit comments

Comments
 (0)