[WIP] 🧹 Removing the vendor dir #6520
You are viewing an older attempt in the history of this workflow run.
View latest attempt.
knative-style.yaml
on: pull_request
style
/
changes
19s
style
/
...
/
Auto-format and Check
20s
style
/
...
/
Lint
2m 13s
style
/
...
/
Do Not Submit
9s
style
/
...
/
shell
21s
style
/
...
/
yaml
26s
style
/
...
/
github_actions
12s
Matrix: style / Golang / Boilerplate Check
Annotations
12 errors and 7 warnings
style / suggester / shell:
hack/release.sh#L28
[shellcheck (suggestion)] reported by reviewdog 🐶
Raw Output:
hack/release.sh:28:- $(dirname $0)/generate-yamls.sh "${REPO_ROOT_DIR}" "${YAML_LIST}"
hack/release.sh:28:+ $(dirname "$0")/generate-yamls.sh "${REPO_ROOT_DIR}" "${YAML_LIST}"
|
style / suggester / shell:
hack/release.sh#L32
[shellcheck (suggestion)] reported by reviewdog 🐶
Raw Output:
hack/release.sh:32:- cp ${ARTIFACTS_TO_PUBLISH} ${REPO_ROOT_DIR}
hack/release.sh:32:+ cp "${ARTIFACTS_TO_PUBLISH}" "${REPO_ROOT_DIR}"
|
style / Golang / Lint:
pkg/apis/eventing/v1/broker_defaults_test.go#L23
SA1019: "k8s.io/utils/pointer" is deprecated: Use functions in k8s.io/utils/ptr instead: ptr.To to obtain a pointer, ptr.Deref to dereference a pointer, ptr.Equal to compare dereferenced pointers. (staticcheck)
|
style / Golang / Lint:
pkg/apis/eventing/v1/broker_lifecycle_test.go#L22
SA1019: "k8s.io/utils/pointer" is deprecated: Use functions in k8s.io/utils/ptr instead: ptr.To to obtain a pointer, ptr.Deref to dereference a pointer, ptr.Equal to compare dereferenced pointers. (staticcheck)
|
style / Golang / Lint:
pkg/apis/eventing/v1/broker_validation_test.go#L26
SA1019: "k8s.io/utils/pointer" is deprecated: Use functions in k8s.io/utils/ptr instead: ptr.To to obtain a pointer, ptr.Deref to dereference a pointer, ptr.Equal to compare dereferenced pointers. (staticcheck)
|
style / Golang / Lint:
test/rekt/resources/channel_impl/channel_impl.go#L115
SA1019: wait.Poll is deprecated: This method does not return errors from context, use PollUntilContextTimeout. Note that the new method will no longer return ErrWaitTimeout and instead return errors defined by the context package. Will be removed in a future release. (staticcheck)
|
style / Golang / Lint:
pkg/channel/fanout/fanout_event_handler_test.go#L471
SA1019: s.called.CAS is deprecated: Use CompareAndSwap. (staticcheck)
|
style / Golang / Lint:
pkg/broker/filter/filter_handler_test.go#L738
SA1019: r.headersWritten.CAS is deprecated: Use CompareAndSwap. (staticcheck)
|
style / Golang / Lint:
pkg/reconciler/source/duck/duck.go#L45
const `defaultNamespace` is unused (unused)
|
style / Golang / Lint:
test/lib/logexporter.go#L84
SA1019: prow.IsCI is deprecated: use knative.dev/pkg/test/ci.IsCI (staticcheck)
|
style / Golang / Lint:
test/lib/logexporter.go#L97
SA1019: prow.GetLocalArtifactsDir is deprecated: use knative.dev/pkg/test/ci.GetLocalArtifactsDir (staticcheck)
|
style / Golang / Lint:
test/lib/logexporter.go#L154
SA1019: prow.GetLocalArtifactsDir is deprecated: use knative.dev/pkg/test/ci.GetLocalArtifactsDir (staticcheck)
|
style / suggester / github_actions
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
style / Golang / Boilerplate Check (sh)
Restore cache failed: Dependencies file is not found in /home/runner/work/eventing/eventing. Supported file pattern: go.sum
|
style / suggester / shell
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
style / Golang / Auto-format and Check
Restore cache failed: Dependencies file is not found in /home/runner/work/eventing/eventing. Supported file pattern: go.sum
|
style / suggester / yaml
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
style / Golang / Boilerplate Check (go)
Restore cache failed: Dependencies file is not found in /home/runner/work/eventing/eventing. Supported file pattern: go.sum
|
style / Golang / Lint
Restore cache failed: Dependencies file is not found in /home/runner/work/eventing/eventing. Supported file pattern: go.sum
|