Dynamic Notification Policy Routes #2710
pr-validation.yaml
on: pull_request
file-checks
8s
go-lint
1m 30s
test
3m 15s
helm
31s
kustomize
15s
trivy
21s
Annotations
6 errors
go-lint:
controllers/notificationpolicy_controller.go#L461
(*GrafanaNotificationPolicyReconciler).handleAssembleError - result 0 (sigs.k8s.io/controller-runtime/pkg/reconcile.Result) is always nil (unparam)
|
go-lint:
controllers/notificationpolicy_controller.go#L466
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors (errorlint)
|
go-lint
issues found
|
test:
controllers/notificationpolicy_controller.go#L461
(*GrafanaNotificationPolicyReconciler).handleAssembleError - result 0 (sigs.k8s.io/controller-runtime/pkg/reconcile.Result) is always nil (unparam)
|
test:
controllers/notificationpolicy_controller.go#L466
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors (errorlint)
|
test
Process completed with exit code 2.
|