[WILL NOT BE MERGED] Kava v0.50.10 patch #538
lint.yml
on: pull_request
Run golangci-lint
5m 22s
Run markdown-lint
13s
Run flake8 on python integration tests
9s
Check gomod2nix.toml file is up to date
1m 7s
Annotations
11 errors and 10 warnings
Check gomod2nix.toml file is up to date
Process completed with exit code 1.
|
Run golangci-lint:
app/app.go#L667
Error return value of `app.mm.RegisterServices` is not checked (errcheck)
|
Run golangci-lint:
app/app.go#L765
Error return value of `app.UpgradeKeeper.SetModuleVersionMap` is not checked (errcheck)
|
Run golangci-lint:
app/export.go#L106
Error return value of `app.StakingKeeper.IterateValidators` is not checked (errcheck)
|
Run golangci-lint:
app/export.go#L145
Error return value of `app.StakingKeeper.IterateValidators` is not checked (errcheck)
|
Run golangci-lint:
app/export.go#L201
Error return value of `app.StakingKeeper.IterateRedelegations` is not checked (errcheck)
|
Run golangci-lint:
app/export.go#L205
Error return value of `app.StakingKeeper.SetRedelegation` is not checked (errcheck)
|
Run golangci-lint:
app/export.go#L210
Error return value of `app.StakingKeeper.IterateUnbondingDelegations` is not checked (errcheck)
|
Run golangci-lint:
app/export.go#L214
Error return value of `app.StakingKeeper.SetUnbondingDelegation` is not checked (errcheck)
|
Run golangci-lint:
app/export.go#L235
Error return value of `app.StakingKeeper.SetValidator` is not checked (errcheck)
|
Run golangci-lint:
app/export.go#L249
Error return value of `app.SlashingKeeper.IterateValidatorSigningInfos` is not checked (errcheck)
|
Run flake8 on python integration tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run flake8 on python integration tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, technote-space/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run markdown-lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, technote-space/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Check gomod2nix.toml file is up to date
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, technote-space/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Check gomod2nix.toml file is up to date
No push credentials found. Ignoring the 'useDaemon' option.
|
Run golangci-lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3, technote-space/[email protected], golangci/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run golangci-lint:
tests/signer.go#L66
unused-parameter: parameter 'signMode' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci-lint:
server/start.go#L243
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci-lint:
testutil/network/util.go#L38
unused-parameter: parameter 'cfg' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci-lint:
testutil/network/network.go#L86
unused-parameter: parameter 'encodingCfg' seems to be unused, consider removing or renaming it as _ (revive)
|