Skip to content

Commit

Permalink
fixed: remove usless linter install
Browse files Browse the repository at this point in the history
  • Loading branch information
primalmotion committed Oct 7, 2019
1 parent 07360bd commit a03075a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ PROJECT_RELEASE ?= dev

export GO111MODULE = on

ci: init lint test codecov

init:
go get -u github.com/golangci/golangci-lint/cmd/golangci-lint@latest
ci: lint test codecov

lint:
# --enable=unparam
Expand Down

0 comments on commit a03075a

Please sign in to comment.