fix: update playground hub endpoints #1062
Annotations
10 errors and 1 warning
lint:
cmd/block-explorer/run/utils.go#L244
Error return value of `dbAdmin.Close` is not checked (errcheck)
|
lint:
cmd/block-explorer/run/utils.go#L250
Error return value of `dbLocal.Close` is not checked (errcheck)
|
lint:
cmd/block-explorer/teardown/teardown.go#L38
Error return value of `cc.Close` is not checked (errcheck)
|
lint:
cmd/eibc/init/init.go#L36
cyclomatic complexity 60 of func `Cmd` is high (> 30) (gocyclo)
|
lint:
cmd/relayer/setup/setup.go#L36
cyclomatic complexity 60 of func `Cmd` is high (> 30) (gocyclo)
|
lint:
cmd/relayer/setup/setup.go#L134
Error return value of `client.Close` is not checked (errcheck)
|
lint:
cmd/rollapp/drs/update/update.go#L85
Error return value of `os.RemoveAll` is not checked (errcheck)
|
lint:
cmd/rollapp/init/init.go#L29
cyclomatic complexity 38 of func `Cmd` is high (> 30) (gocyclo)
|
lint:
cmd/rollapp/start/start.go#L269
func `printDaOutput` is unused (unused)
|
lint:
cmd/rollapp/start/start.go#L275
func `createPidFile` is unused (unused)
|
lint
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|