Author | SHA1 | Message | Date |
---|---|---|---|
Anton Kaliaev |
da33dd04cc
|
switch to golangci-lint from gometalinter 🚤 | 6 years ago |
Anton Kaliaev |
d470945503
|
update gometalinter to 3.0.0 (#3233)
in the attempt to fix https://circleci.com/gh/tendermint/tendermint/43165 also code is simplified by running gofmt -s . remove unused vars enable linters we're currently passing remove deprecated linters |
6 years ago |
Anton Kaliaev |
ff3c4bfc76
|
add go-deadlock tool to help detect deadlocks (#3218)
* add go-deadlock tool to help detect deadlocks Run it with `make test_with_deadlock`. After it's done, use Git to cleanup `git checkout .` Link: https://github.com/sasha-s/go-deadlock/ Replaces https://github.com/tendermint/tendermint/pull/3148 * add a target to cleanup changes |
6 years ago |
Dev Ojha | d7341c4057 | distribution: Lock binary dependencies to specific commits (#2550) | 6 years ago |