Skip to content

feat: Impl basic module and keeper methods #307

feat: Impl basic module and keeper methods

feat: Impl basic module and keeper methods #307

Triggered via pull request July 18, 2024 09:05
Status Failure
Total duration 4m 46s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 8 warnings
lint: x/asset/keeper/msg_server.go#L206
tm declared and not used (typecheck)
lint: x/asset/keeper/token.go#L98
cannot use values (variable of type []string) as "github.com/cosmos/cosmos-sdk/codec".ProtoMarshaler value in argument to k.cdc.MustUnmarshal: []string does not implement "github.com/cosmos/cosmos-sdk/codec".ProtoMarshaler (missing method Marshal) (typecheck)
lint: x/asset/client/cli/tx.go#L26
File is not `gofumpt`-ed (gofumpt)
lint
issues found
lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-go@v4, actions/checkout@v3, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
lint: x/asset/types/events.go#L8
var-naming: const AttributeKeyTokenId should be AttributeKeyTokenID (revive)
lint: x/asset/types/token.go#L3
var-naming: func parameter tokenId should be tokenID (revive)
lint: x/asset/types/msg.go#L124
var-naming: func parameter tokenId should be tokenID (revive)
lint: x/asset/types/msg.go#L162
var-naming: func parameter tokenId should be tokenID (revive)
lint: x/asset/types/msg.go#L208
var-naming: func parameter tokenId should be tokenID (revive)
lint: x/asset/types/msg.go#L254
var-naming: func parameter tokenId should be tokenID (revive)
lint: x/asset/types/msg.go#L293
var-naming: func parameter tokenId should be tokenID (revive)