From 4a0006abd9b633a1be39b34b2cd64f81ac6724b8 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 2 Jan 2019 12:00:59 +0000 Subject: [PATCH] Replace golint and gometalinter with golangci-lint --- Brewfile | 4 ++-- zsh/golang.zsh | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Brewfile b/Brewfile index 5e51d34..8fb79f0 100644 --- a/Brewfile +++ b/Brewfile @@ -1,7 +1,7 @@ # rubocop:disable Naming/FileName cask_args appdir: '/Applications' -tap 'alecthomas/homebrew-tap' +tap 'golangci/tap' tap 'goreleaser/tap' tap 'homebrew/cask' tap 'homebrew/cask-drivers' @@ -25,7 +25,7 @@ brew 'git-crypt' brew 'git-standup' brew 'global', args: ['with-ctags', 'with-pygments'] brew 'go' -brew 'gometalinter' +brew 'golangci-lint' brew 'goreleaser' brew 'heroku' brew 'htop' diff --git a/zsh/golang.zsh b/zsh/golang.zsh index 119a2cc..91ecb83 100755 --- a/zsh/golang.zsh +++ b/zsh/golang.zsh @@ -14,7 +14,6 @@ install_go_global_packages () { github.com/akavel/up github.com/asciimoo/wuzz github.com/derekparker/delve/cmd/dlv - github.com/golang/lint/golint github.com/kisielk/errcheck github.com/kr/pretty github.com/mdempsky/gocode