switch to golangci-lint from gometalinter 🚤

This commit is contained in:
Anton Kaliaev
2019-02-06 15:00:55 +04:00
parent d8f0bc3e60
commit da33dd04cc
6 changed files with 88 additions and 47 deletions

2
Vagrantfile vendored
View File

@@ -53,6 +53,6 @@ Vagrant.configure("2") do |config|
# get all deps and tools, ready to install/test
su - vagrant -c 'source /home/vagrant/.bash_profile'
su - vagrant -c 'cd /home/vagrant/go/src/github.com/tendermint/tendermint && make get_tools && make get_dev_tools && make get_vendor_deps'
su - vagrant -c 'cd /home/vagrant/go/src/github.com/tendermint/tendermint && make get_tools && make get_vendor_deps'
SHELL
end