Skip to content

feat: add task manager #216

feat: add task manager

feat: add task manager #216

Triggered via pull request April 11, 2024 04:01
Status Failure
Total duration 34s
Artifacts

lint.yml

on: pull_request
Run golangci-lint
25s
Run golangci-lint
Run markdown-lint
15s
Run markdown-lint
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 8 warnings
Run golangci-lint: x/avs_task/keeper/task.go#L31
commentFormatting: put a space between `//` and comment text (gocritic)
Run golangci-lint: x/avs_task/keeper/task.go#L67
commentFormatting: put a space between `//` and comment text (gocritic)
Run golangci-lint: x/avs_task/module.go#L97
commentFormatting: put a space between `//` and comment text (gocritic)
Run golangci-lint: x/avs_task/types/msg.go#L8
File is not `gofumpt`-ed (gofumpt)
Run golangci-lint: x/avs_task/client/cli/query.go#L5
File is not `gofumpt`-ed (gofumpt)
Run golangci-lint: x/avs_task/client/cli/tx.go#L4
File is not `gofumpt`-ed (gofumpt)
Run golangci-lint: x/avs_task/types/errors.go#L12
SA1019: sdkerrors.Register is deprecated: functionality of this package has been moved to it's own module: (staticcheck)
Run golangci-lint: precompiles/avsTask/methods.go#L64
SA5009: Printf format %v reads arg #3, but call has only 2 args (staticcheck)
Run golangci-lint: precompiles/avsTask/methods.go#L69
SA5009: Printf format %v reads arg #3, but call has only 2 args (staticcheck)
Run golangci-lint: precompiles/avsTask/methods.go#L112
SA5009: Printf format %v reads arg #3, but call has only 2 args (staticcheck)
Run markdown-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: technote-space/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run golangci-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: technote-space/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run golangci-lint: x/avs_task/module.go#L1
var-naming: don't use an underscore in package name (revive)
Run golangci-lint: x/avs_task/module.go#L96
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
Run golangci-lint: precompiles/avsTask/parser.go#L12
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
Run golangci-lint: precompiles/avsTask/methods.go#L88
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
Run golangci-lint: precompiles/avsTask/methods.go#L89
unused-parameter: parameter 'contract' seems to be unused, consider removing or renaming it as _ (revive)
Run golangci-lint: precompiles/avsTask/methods.go#L102
unused-parameter: parameter 'contract' seems to be unused, consider removing or renaming it as _ (revive)