chore(deps): update helm/chart-testing-action action to v2.7.0 #4917
Annotations
10 errors and 1 warning
golangci-lint:
src/kubelet/kubelet_test.go#L172
unused-parameter: parameter 'group' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
src/kubelet/kubelet_test.go#L247
unused-parameter: parameter 'group' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
src/kubelet/kubelet_test.go#L138
Function 'kubeletExclusions' is too long (123 > 100) (funlen)
|
golangci-lint:
src/kubelet/kubelet_test.go#L146
File is not properly formatted (gofumpt)
|
golangci-lint:
src/kubelet/kubelet_test.go#L149
File is not properly formatted (gofumpt)
|
golangci-lint:
src/kubelet/kubelet_test.go#L37
Function TestScraper missing the call to method parallel (paralleltest)
|
golangci-lint:
src/kubelet/kubelet_test.go#L97
Function TestScraper_FilterNamespace missing the call to method parallel (paralleltest)
|
golangci-lint:
cmd/kubernetes-static/main.go#L40
cyclomatic complexity 15 of func `main` is high (> 10) (gocyclo)
|
golangci-lint:
cmd/kubernetes-static/main.go#L149
use of `fmt.Println` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
|
golangci-lint:
cmd/kubernetes-static/main.go#L38
args is a global variable (gochecknoglobals)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading