Bump actions/setup-go from 4.0.1 to 5.2.0 #1335
Annotations
10 errors and 12 warnings
golangci-lint:
app/upgrades/mainnet/v12/upgrades.go#L48
Error return value of `icqkeeper.SetParams` is not checked (errcheck)
|
golangci-lint:
app/upgrades/mainnet/v13/upgrades.go#L78
Error return value of `icqkeeper.SetParams` is not checked (errcheck)
|
golangci-lint:
app/upgrades/testnet/v1_0_0/upgrades.go#L38
Error return value of `wasmKeeper.SetParams` is not checked (errcheck)
|
golangci-lint:
app/upgrades/testnet/v13/upgrades.go#L114
Error return value of `wasmKeeper.SetParams` is not checked (errcheck)
|
golangci-lint:
app/upgrades/testnet/v14/upgrades.go#L67
Error return value of `wasmKeeper.SetParams` is not checked (errcheck)
|
golangci-lint:
x/lend/migrations/v2/types/lend.pb.go#L17
File is not `gofumpt`-ed (gofumpt)
|
golangci-lint:
x/lend/migrations/v2/types/lend.pb.go#L41
File is not `gofumpt`-ed (gofumpt)
|
golangci-lint:
x/lend/migrations/v2/types/lend.pb.go#L44
File is not `gofumpt`-ed (gofumpt)
|
golangci-lint:
x/lend/migrations/v2/types/lend.pb.go#L268
unnecessary conversion (unconvert)
|
golangci-lint:
x/lend/migrations/v2/types/lend.pb.go#L273
unnecessary conversion (unconvert)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run actions/[email protected]
Restore cache failed: Dependencies file is not found in /home/runner/work/comdex/comdex. Supported file pattern: go.sum
|
golangci-lint:
x/lend/migrations/v2/types/lend.pb.go#L9
blank-imports: a blank import should be only in a main or test package, or have a comment justifying it (revive)
|
golangci-lint:
x/lend/migrations/v2/types/lend.pb.go#L11
blank-imports: a blank import should be only in a main or test package, or have a comment justifying it (revive)
|
golangci-lint:
x/lend/migrations/v2/types/lend.pb.go#L13
blank-imports: a blank import should be only in a main or test package, or have a comment justifying it (revive)
|
golangci-lint:
x/lend/migrations/v2/types/lend.pb.go#L48
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
|
golangci-lint:
x/lend/migrations/v2/types/lend.pb.go#L141
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
|
golangci-lint:
x/lend/migrations/v2/types/lend.pb.go#L27
var-naming: don't use underscores in Go names; type Extended_Pair_Old should be ExtendedPairOld (revive)
|
golangci-lint:
x/lend/migrations/v2/types/lend.pb.go#L28
var-naming: struct field Id should be ID (revive)
|
golangci-lint:
x/lend/migrations/v2/types/lend.pb.go#L42
var-naming: don't use underscores in Go names; method XXX_Unmarshal should be XXXUnmarshal (revive)
|
golangci-lint:
x/lend/migrations/v2/types/lend.pb.go#L45
var-naming: don't use underscores in Go names; method XXX_Marshal should be XXXMarshal (revive)
|
golangci-lint:
x/lend/migrations/v2/types/lend.pb.go#L57
var-naming: don't use underscores in Go names; method XXX_Merge should be XXXMerge (revive)
|
Loading