mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-28 08:12:23 +00:00
``` WARNING: staticcheck, gosimple and unused are all set, using megacheck instead db/go_level_db.go:126:15⚠️ infinite recursive call (SA5007) (megacheck) db/go_level_db.go:135:17⚠️ infinite recursive call (SA5007) (megacheck) db/mem_db.go:106:2⚠️ redundant return statement (S1023) (megacheck) ``` https://circleci.com/gh/tendermint/tmlibs/220 Also remove unnecessary return statement
TODO: syndtr/goleveldb should be replaced with actual LevelDB instance