mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:06: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'
|
||||
|
||||
Reference in New Issue
Block a user