feat: add task manager #141
lint.yml
on: pull_request
Run golangci-lint
5m 22s
Run markdown-lint
13s
Annotations
10 errors and 10 warnings
Run golangci-lint:
testutil/abci.go#L1
: # github.com/ExocoreNetwork/exocore/testutil
|
Run golangci-lint:
testutil/utils.go#L75
not enough arguments in call to exocoreapp.SetupTestingApp
|
Run golangci-lint:
precompiles/testutil/contracts/contracts.go#L10
could not import github.com/ExocoreNetwork/exocore/testutil (-: # github.com/ExocoreNetwork/exocore/testutil
|
Run golangci-lint:
testutil/utils.go#L75
not enough arguments in call to exocoreapp.SetupTestingApp
|
Run golangci-lint:
x/taskmanageravs/keeper/task.go#L74
Error return value of `k.SetTaskforAvs` is not checked (errcheck)
|
Run golangci-lint:
x/taskmanageravs/keeper/keeper.go#L23
commentFormatting: put a space between `//` and comment text (gocritic)
|
Run golangci-lint:
x/taskmanageravs/keeper/task.go#L28
commentFormatting: put a space between `//` and comment text (gocritic)
|
Run golangci-lint:
x/taskmanageravs/types/genesis.go#L13
File is not `gofumpt`-ed (gofumpt)
|
Run golangci-lint:
x/taskmanageravs/types/genesis.go#L21
File is not `gofumpt`-ed (gofumpt)
|
Run golangci-lint:
x/taskmanageravs/types/msg.go#L8
File is not `gofumpt`-ed (gofumpt)
|
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/taskmanageravs/types/keys.go#L20
var-naming: const PrefixAvsTaskIdMap should be PrefixAvsTaskIDMap (revive)
|
Run golangci-lint:
x/taskmanageravs/types/keys.go#L27
var-naming: var KeyPrefixAvsTaskIdMap should be KeyPrefixAvsTaskIDMap (revive)
|
Run golangci-lint:
x/taskmanageravs/client/cli/query_params.go#L16
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci-lint:
x/taskmanageravs/client/cli/tx.go#L55
var-naming: var taskId should be taskID (revive)
|
Run golangci-lint:
x/taskmanageravs/keeper/keeper.go#L22
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci-lint:
x/taskmanageravs/keeper/params.go#L9
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci-lint:
x/taskmanageravs/keeper/params.go#L14
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci-lint:
precompiles/avsTask/methods.go#L61
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
|