refactor: rename test/utils
-> test/internal
#646
ci.yaml
on: pull_request
format
17s
verify-commits
22s
test-units
2m 59s
golangci-lint
2m 24s
Annotations
5 errors and 3 warnings
golangci-lint:
test/internal/k8simported/taints/taints_test.go#L219
S1008: should use 'return t.Key == v1.TaintNodeUnschedulable' instead of 'if t.Key == v1.TaintNodeUnschedulable { return true }; return false' (gosimple)
|
golangci-lint:
test/internal/k8simported/taints/taints_test.go#L229
S1008: should use 'return t.Effect == v1.TaintEffectNoExecute' instead of 'if t.Effect == v1.TaintEffectNoExecute { return true }; return false' (gosimple)
|
golangci-lint:
test/internal/k8simported/taints/taints.go#L92
SA1019: sets.String is deprecated: use generic Set instead. new ways: s1 := Set[string]{} s2 := New[string]() (staticcheck)
|
golangci-lint:
test/internal/k8simported/taints/taints.go#L116
SA1019: sets.String is deprecated: use generic Set instead. new ways: s1 := Set[string]{} s2 := New[string]() (staticcheck)
|
golangci-lint
Process completed with exit code 2.
|
format
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
verify-commits
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
golangci-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|