tendermint/config
Thomas Corbière 2644a529f0 Fix lint errors (#1390)
* use increment and decrement operators.

* remove unnecessary else branches.

* fix package comment with leading space.

* fix receiver names.

* fix error strings.

* remove omittable code.

* remove redundant return statement.

* Revert changes (code is generated.)

* use cfg as receiver name for all config-related types.

* use lsi as the receiver name for the LastSignedInfo type.
2018-04-02 10:21:17 +02:00
..
config.go Fix lint errors (#1390) 2018-04-02 10:21:17 +02:00
config_test.go Add basic tests on config, mainly to raise test coverage 2017-05-05 15:50:23 +02:00
toml.go config: fix private_peer_ids 2018-03-18 23:55:44 +01:00
toml_test.go config: lil fixes 2017-12-28 20:49:02 +00:00