Skip to content

Do not de-duplicate event types #25

Do not de-duplicate event types

Do not de-duplicate event types #25

Triggered via pull request December 20, 2023 12:21
Status Failure
Total duration 48s
Artifacts

knative-style.yaml

on: pull_request
style  /  changes
2s
style / changes
style  /  ...  /  Auto-format and Check
18s
style / Golang / Auto-format and Check
style  /  ...  /  Lint
17s
style / Golang / Lint
style  /  ...  /  Do Not Submit
4s
style / Golang / Do Not Submit
style  /  ...  /  shell
0s
style / suggester / shell
style  /  ...  /  yaml
0s
style / suggester / yaml
style  /  ...  /  github_actions
11s
style / suggester / github_actions
Matrix: style / Golang / Boilerplate Check
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
style / Golang / Auto-format and Check: backends/pkg/reconciler/eventmesh/handler.go#L1
Please run goimports. diff --git a/backends/pkg/reconciler/eventmesh/handler.go b/backends/pkg/reconciler/eventmesh/handler.go index c1bda8e..9b63aaa 100644 --- a/backends/pkg/reconciler/eventmesh/handler.go +++ b/backends/pkg/reconciler/eventmesh/handler.go @@ -2,10 +2,11 @@ package eventmesh import ( "context" - eventinglistersv1beta2 "knative.dev/eventing/pkg/client/listers/eventing/v1beta2" "net/http" "sort" + eventinglistersv1beta2 "knative.dev/eventing/pkg/client/listers/eventing/v1beta2" + "go.uber.org/zap" "k8s.io/apimachinery/pkg/labels"
style / Golang / Auto-format and Check
Process completed with exit code 1.
style / Golang / Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: andstor/file-existence-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
style / Golang / 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/
style / Golang / Lint
Restore cache failed: Dependencies file is not found in /home/runner/work/backstage-plugins/backstage-plugins. Supported file pattern: go.sum
style / Golang / Auto-format and Check
Restore cache failed: Dependencies file is not found in /home/runner/work/backstage-plugins/backstage-plugins. Supported file pattern: go.sum
style / Golang / Boilerplate Check (sh)
The following actions uses node12 which is deprecated and will be forced to run on node16: andstor/file-existence-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
style / Golang / Boilerplate Check (sh)
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/
style / Golang / Boilerplate Check (sh)
Restore cache failed: Dependencies file is not found in /home/runner/work/backstage-plugins/backstage-plugins. Supported file pattern: go.sum
style / Golang / Boilerplate Check (go)
The following actions uses node12 which is deprecated and will be forced to run on node16: andstor/file-existence-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
style / Golang / Boilerplate Check (go)
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/
style / Golang / Boilerplate Check (go)
Restore cache failed: Dependencies file is not found in /home/runner/work/backstage-plugins/backstage-plugins. Supported file pattern: go.sum