Skip to content

interchain fixess

interchain fixess #6

Triggered via push July 16, 2024 15:18
Status Success
Total duration 12m 46s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Analyze: tests/interchain/chainsuite/chain_ics.go#L212
string `stride` has 3 occurrences, make it a constant (goconst)
Analyze: tests/interchain/chainsuite/http.go#L10
G107: Potential HTTP request made with variable url (gosec)
Analyze: tests/interchain/chainsuite/relayer.go#L79
var-naming: var channelJson should be channelJSON (revive)
Analyze: tests/interchain/chainsuite/relayer.go#L40
if-return: redundant if ...; err != nil check, just return error instead. (revive)
Analyze: tests/interchain/chainsuite/config.go#L36
var-naming: don't use ALL_CAPS in Go names; use CamelCase (revive)
Analyze: tests/interchain/chainsuite/config.go#L37
var-naming: don't use ALL_CAPS in Go names; use CamelCase (revive)