Skip to content

Commit

Permalink
Merge pull request #19395 from tamird/megacheck
Browse files Browse the repository at this point in the history
build: move {metacheck,unconvert} into style_test
  • Loading branch information
tamird authored Oct 21, 2017
2 parents b87e3be + b507634 commit 2c9a884
Show file tree
Hide file tree
Showing 28 changed files with 517 additions and 426 deletions.
12 changes: 3 additions & 9 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ required = [
"github.com/jteeuwen/go-bindata/go-bindata",
"github.com/kisielk/errcheck",
"github.com/mattn/goveralls",
"github.com/mdempsky/unconvert",
"github.com/mibk/dupl",
"github.com/wadey/gocovmerge",
"golang.org/x/perf/cmd/benchstat",
Expand Down
3 changes: 1 addition & 2 deletions build/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ $(BOOTSTRAP_TARGET): $(GITHOOKS) $(REPO_ROOT)/Gopkg.lock
ifneq ($(GIT_DIR),)
git submodule update --init
endif
@$(GO_INSTALL) -v $(PKG_ROOT)/cmd/{metacheck,returncheck} \
@$(GO_INSTALL) -v $(PKG_ROOT)/cmd/returncheck \
$(REPO_ROOT)/vendor/github.com/golang/dep/cmd/dep \
$(REPO_ROOT)/vendor/github.com/client9/misspell/cmd/misspell \
$(REPO_ROOT)/vendor/github.com/cockroachdb/crlfmt \
Expand All @@ -175,7 +175,6 @@ endif
$(REPO_ROOT)/vendor/github.com/jteeuwen/go-bindata/go-bindata \
$(REPO_ROOT)/vendor/github.com/kisielk/errcheck \
$(REPO_ROOT)/vendor/github.com/mattn/goveralls \
$(REPO_ROOT)/vendor/github.com/mdempsky/unconvert \
$(REPO_ROOT)/vendor/github.com/mibk/dupl \
$(REPO_ROOT)/vendor/github.com/wadey/gocovmerge \
$(REPO_ROOT)/vendor/golang.org/x/perf/cmd/benchstat \
Expand Down
Loading

0 comments on commit 2c9a884

Please sign in to comment.