Skip to content

Commit

Permalink
chore: setup linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanad committed May 20, 2020
1 parent 5f49aea commit 3254f04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ test:
GOFLAGS=-mod=vendor go test -v ./...

install:
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.19.0
GO111MODULE=off go get github.com/mattn/goveralls
go mod tidy
go mod vendor
Expand Down

0 comments on commit 3254f04

Please sign in to comment.