mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Replace golint and gometalinter with golangci-lint
This commit is contained in:
4
Brewfile
4
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'
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user