Skip to content

Bump docker/build-push-action from 3.3.0 to 4.2.1 #303

Bump docker/build-push-action from 3.3.0 to 4.2.1

Bump docker/build-push-action from 3.3.0 to 4.2.1 #303

Triggered via pull request September 11, 2023 02:37
Status Failure
Total duration 7m 54s
Artifacts

golangci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
lint: modules/light-clients/08-wasm/types/msgs.go#L8
File is not `gofumpt`-ed (gofumpt)
lint: modules/light-clients/08-wasm/types/update.go#L68
File is not `gofumpt`-ed (gofumpt)
lint: modules/core/02-client/client/utils/utils.go#L4
File is not `gofumpt`-ed (gofumpt)
lint: modules/apps/transfer/simulation/genesis_test.go#L74
G601: Implicit memory aliasing in for loop. (gosec)
lint: modules/core/exported/client.go#L4
import 'github.com/cosmos/cosmos-sdk/codec' is not allowed from list 'Main' (depguard)
lint: modules/core/exported/client.go#L5
import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
lint: modules/core/exported/client.go#L6
import 'github.com/cosmos/gogoproto/proto' is not allowed from list 'Main' (depguard)
lint: modules/core/exported/commitment.go#L3
import 'github.com/cosmos/ics23/go' is not allowed from list 'Main' (depguard)
lint: modules/core/exported/expected_keepers.go#L4
import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
lint: modules/core/exported/expected_keepers.go#L5
import 'github.com/cosmos/cosmos-sdk/x/capability/types' is not allowed from list 'Main' (depguard)
lint: modules/core/23-commitment/types/merkle.go#L209
unused-parameter: parameter 'specs' seems to be unused, consider removing or renaming it as _ (revive)
lint: modules/core/23-commitment/types/merkle.go#L215
unused-parameter: parameter 'specs' seems to be unused, consider removing or renaming it as _ (revive)
lint: modules/core/23-commitment/types/merkle.go#L153
if-return: redundant if ...; err != nil check, just return error instead. (revive)
lint: modules/apps/27-interchain-accounts/host/types/params.go#L46
if-return: redundant if ...; err != nil check, just return error instead. (revive)
lint: modules/core/02-client/types/codec.go#L136
redefines-builtin-id: redefinition of the built-in type any (revive)
lint: modules/core/02-client/types/params.go#L39
if-return: redundant if ...; err != nil check, just return error instead. (revive)
lint: modules/core/02-client/types/proposal.go#L76
redefines-builtin-id: redefinition of the built-in type any (revive)
lint: modules/core/03-connection/types/genesis.go#L77
if-return: redundant if ...; err != nil check, just return error instead. (revive)
lint: modules/core/03-connection/types/query.go#L59
unused-parameter: parameter 'consensusStateHeight' seems to be unused, consider removing or renaming it as _ (revive)
lint: modules/light-clients/06-solomachine/proposal_handle.go#L22
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)