Skip to content

Commit

Permalink
Make lint depend on golangci-lint only
Browse files Browse the repository at this point in the history
  • Loading branch information
alessio committed Mar 19, 2019
1 parent 1a510b5 commit b226049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ test_sim_gaia_profile:
test_cover:
@export VERSION=$(VERSION); bash -x tests/test_cover.sh

lint: tools
lint: $(GOBIN)/golangci-lint
golangci-lint run
go vet -composites=false -tests=false ./...
find . -name '*.go' -type f -not -path "./vendor*" -not -path "*.git*" | xargs gofmt -d -s
Expand Down

0 comments on commit b226049

Please sign in to comment.