feat(namada): support Namada [for CI] #2
lint.yml
on: pull_request
clippy-lint
36s
golangci-lint
2m 25s
Annotations
10 errors and 7 warnings
golangci-lint:
chain/namada/namada_chain.go#L153
Error return value of `c.copyGenesisFiles` is not checked (errcheck)
|
golangci-lint:
chain/namada/namada_chain.go#L162
Error return value of `c.copyGenesisFiles` is not checked (errcheck)
|
golangci-lint:
chain/namada/namada_chain.go#L1247
Error return value of `n.writeFile` is not checked (errcheck)
|
golangci-lint:
chain/namada/namada_chain.go#L111
use of `fmt.Println` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
|
golangci-lint:
chainfactory.go#L176
string `namada` has 3 occurrences, make it a constant (goconst)
|
golangci-lint:
chain/namada/namada_chain.go#L714
ifElseChain: rewrite if-else to switch statement (gocritic)
|
golangci-lint:
chain/namada/namada_chain.go#L921
singleCaseSwitch: should rewrite switch statement to if statement (gocritic)
|
golangci-lint:
chain/namada/namada_chain.go#L51
Comment should end in a period (godot)
|
golangci-lint:
chain/namada/namada_chain.go#L62
Comment should end in a period (godot)
|
golangci-lint:
chain/namada/namada_chain.go#L67
Comment should end in a period (godot)
|
clippy-lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
clippy-lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
clippy-lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy-lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy-lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy-lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
golangci-lint
Restore cache failed: Dependencies file is not found in /home/runner/work/interchaintest/interchaintest. Supported file pattern: go.sum
|