Fix/upgrade manual #1518
run-distros.yaml
on: pull_request
Build and Lint
2m 25s
Annotations
9 errors and 1 warning
Build and Lint:
pkg/k8s/node.go#L45
commentedOutCode: may want to remove commented-out code (gocritic)
|
Build and Lint:
pkg/testcase/upgrademanual.go#L13
commentFormatting: put a space between `//` and comment text (gocritic)
|
Build and Lint:
pkg/testcase/upgrademanual.go#L88
commentedOutCode: may want to remove commented-out code (gocritic)
|
Build and Lint:
pkg/testcase/upgrademanual.go#L101
commentedOutCode: may want to remove commented-out code (gocritic)
|
Build and Lint:
pkg/testcase/upgrademanual.go#L65
paramTypeCombine: func(k8sClient *k8s.Client, product, nodeType, installType string, ip string) error could be replaced with func(k8sClient *k8s.Client, product, nodeType, installType, ip string) error (gocritic)
|
Build and Lint:
pkg/k8s/node.go#L44
unused-receiver: method receiver 'k' is not referenced in method's body, consider removing or renaming it as _ (revive)
|
Build and Lint:
pkg/testcase/pod.go#L38
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
|
Build and Lint:
pkg/testcase/pod.go#L92
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
|
Build and Lint
issues found
|
Build and Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|