Browse Source

build: Setup should insteall deadcode metalinter

Jakob Borg 9 years ago
parent
commit
2898552f4b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      build.go

+ 1 - 0
build.go

@@ -366,6 +366,7 @@ func setup() {
 		"github.com/gordonklaus/ineffassign",
 		"github.com/mitchellh/go-wordwrap",
 		"github.com/opennota/check/cmd/...",
+		"github.com/tsenart/deadcode",
 		"golang.org/x/net/html",
 		"golang.org/x/tools/cmd/cover",
 	}