Phil Salant
04d13d9945
fix linter errors thrown by `unconvert`, `goconst`, and `nakedret` (#3960)
* Remove unnecessary type conversions * Consolidate repeated strings into consts * Clothe return statements * Update blockchain/v1/reactor_fsm_test.go Co-Authored-By: Anton Kaliaev <anton.kalyaev@gmail.com> This PR repairs linter errors seen when running the following commands: golangci-lint run --no-config --disable-all=true --enable=unconvert golangci-lint run --no-config --disable-all=true --enable=goconst golangci-lint run --no-config --disable-all=true --enable=nakedret Contributes to #3262 |
5 years ago | |
---|---|---|
.. | ||
app_conn.go | abci: Refactor CheckTx to notify of recheck (#3744) | 5 years ago |
app_conn_test.go | fix linter errors thrown by `unconvert`, `goconst`, and `nakedret` (#3960) | 5 years ago |
client.go | fix docs / proxy app (#2988) | 6 years ago |
multi_app_conn.go | proxy: remove Handshaker from proxy pkg (#2437) | 6 years ago |
version.go | ADR-016: Update ABCI Info method for versions (#2662) | 6 years ago |