Skip to content

Commit

Permalink
Remvoe mockery from standard gotool targets
Browse files Browse the repository at this point in the history
The tool is not needed to build the code in the tree.

Signed-off-by: Matthew Sykes <[email protected]>
  • Loading branch information
sykesm committed Feb 18, 2021
1 parent f15b2b4 commit 999051d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gotools.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# SPDX-License-Identifier: Apache-2.0

GOTOOLS = counterfeiter dep golint goimports protoc-gen-go ginkgo gocov gocov-xml misspell mockery
GOTOOLS = counterfeiter dep golint goimports protoc-gen-go ginkgo gocov gocov-xml misspell
BUILD_DIR ?= .build
GOTOOLS_GOPATH ?= $(BUILD_DIR)/gotools
GOTOOLS_BINDIR ?= $(GOPATH)/bin
Expand Down

0 comments on commit 999051d

Please sign in to comment.