Bump actions/dependency-review-action from 3 to 4 #1294
Annotations
10 errors and 12 warnings
lint:
x/lend/types/codec.go#L37
File is not `gofumpt`-ed (gofumpt)
|
lint:
x/lend/types/codec.go#L38
unnecessary trailing newline (whitespace)
|
lint:
x/lend/types/codec.go#L4
import 'github.com/cosmos/cosmos-sdk/codec' is not allowed from list 'Main' (depguard)
|
lint:
x/lend/types/codec.go#L5
import 'github.com/cosmos/cosmos-sdk/codec/types' is not allowed from list 'Main' (depguard)
|
lint:
x/lend/types/codec.go#L6
import 'github.com/cosmos/cosmos-sdk/crypto/codec' is not allowed from list 'Main' (depguard)
|
lint:
x/lend/types/codec.go#L7
import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
|
lint:
x/lend/types/codec.go#L8
import 'github.com/cosmos/cosmos-sdk/types/msgservice' is not allowed from list 'Main' (depguard)
|
lint:
x/lend/types/codec.go#L9
import 'github.com/cosmos/cosmos-sdk/x/gov/types/v1beta1' is not allowed from list 'Main' (depguard)
|
lint:
x/lend/types/errors.go#L6
import 'github.com/cosmos/cosmos-sdk/types/errors' is not allowed from list 'Main' (depguard)
|
lint:
x/lend/types/expected_keepers.go#L4
import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
|
lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/[email protected], 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
Restore cache failed: Dependencies file is not found in /home/runner/work/comdex/comdex. Supported file pattern: go.sum
|
lint:
x/lend/types/tx.go#L551
var-naming: func parameter borrowId should be borrowID (revive)
|
lint:
x/market/client/cli/query.go#L54
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
app/upgrades/testnet/v15/upgrades.go#L23
unused-parameter: parameter 'mm' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
app/upgrades/testnet/v15/upgrades.go#L24
unused-parameter: parameter 'configurator' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
app/upgrades/testnet/v15/upgrades.go#L29
unused-parameter: parameter 'stakingKeeper' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
app/upgrades/testnet/v15/upgrades.go#L31
unused-parameter: parameter 'vm' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
x/collector/keeper/msg_server.go#L31
unused-parameter: parameter 'refund' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
x/collector/keeper/params.go#L10
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
x/collector/keeper/refund.go#L8
blank-imports: a blank import should be only in a main or test package, or have a comment justifying it (revive)
|
lint:
x/collector/keeper/refund.go#L106
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
|