Skip to content

[v18] CosmWasm Hooks Module #1938

[v18] CosmWasm Hooks Module

[v18] CosmWasm Hooks Module #1938

Triggered via pull request October 3, 2023 16:31
Status Failure
Total duration 1m 12s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 2 warnings
lint: app/keepers/keys.go#L34
File is not `gci`-ed with --skip-generated -s standard -s default -s blank -s dot -s prefix(github.com/cometbft/cometbft) -s prefix(github.com/cosmos) -s prefix(cosmossdk.io) -s prefix(github.com/cosmos/cosmos-sdk) -s prefix(github.com/CosmosContracts/juno) --custom-order (gci)
lint: app/keepers/keys.go#L40
File is not `gci`-ed with --skip-generated -s standard -s default -s blank -s dot -s prefix(github.com/cometbft/cometbft) -s prefix(github.com/cosmos) -s prefix(cosmossdk.io) -s prefix(github.com/cosmos/cosmos-sdk) -s prefix(github.com/CosmosContracts/juno) --custom-order (gci)
lint
issues found
lint
Restore cache failed: Dependencies file is not found in /home/runner/work/juno/juno. Supported file pattern: go.sum
lint: app/upgrades/v18/upgrades.go#L35
var-naming: don't use underscores in Go names; var gas_limit should be gasLimit (revive)