mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-23 15:46:12 +00:00
* Pin range scope vars * Don't disable scopelint This PR repairs linter errors seen when running the following commands: golangci-lint run --no-config --disable-all=true --enable=scopelint Contributes to #3262