Skip to content

Commit

Permalink
Dep now works. Metalinter is broken
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Brink authored and rigelrozanski committed Mar 8, 2018
1 parent c42f036 commit e3c68e2
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 10 deletions.
47 changes: 44 additions & 3 deletions tools/Gopkg.lock

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

6 changes: 3 additions & 3 deletions tools/Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
# go-tests = true
# unused-packages = true


[[constraint]]
branch = "master"
name = "github.com/rigelrozanski/common"
name = "github.com/alecthomas/gometalinter"
version = "2.0.5"

[prune]
go-tests = true
unused-packages = true

3 changes: 0 additions & 3 deletions tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ install: get_vendor_deps
@echo "$(ansi_yel)Install gometalinter.v2$(ansi_end)"
GOBIN=$(CURDIR)/bin ./bin/go-vendorinstall github.com/alecthomas/gometalinter

@echo "$(ansi_yel)Install shelldown$(ansi_end)"
GOBIN=$(CURDIR)/bin ./bin/go-vendorinstall github.com/rigelrozanski/shelldown/cmd/shelldown

@echo "$(ansi_grn)Done installing tools$(ansi_end)"


Expand Down
2 changes: 1 addition & 1 deletion tools/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (

// TODO: Ideally this gets auto-imported on dep update.
// Any way to make that happen?
_ "github.com/rigelrozanski/common"
_ "github.com/alecthomas/gometalinter"
)

func main() {}

0 comments on commit e3c68e2

Please sign in to comment.