cert-manager/pkg/controller/clusterissuers
Ashley Davis c67c2c4f47
static analysis: pkg/controller
fixes the following issues:

pkg/controller/acmeorders/util.go:84:6 deadcode `hashChallenge` is unused
pkg/controller/certificaterequests/approver/approver.go:72:14 staticcheck SA4021: x = append(y) is equivalent to x = y
pkg/controller/certificaterequests/vault/vault_test.go:535:21 errcheck Error return value of `controller.Register` is not checked
pkg/controller/certificates/trigger/policies/policies.go:121:26 gosimple S1039: unnecessary use of fmt.Sprintf
pkg/controller/clusterissuers/sync_test.go:55:12 errcheck Error return value of `c.Register` is not checked
pkg/controller/ingress-shim/sync.go:301:2 gosimple S1005: unnecessary assignment to the blank identifier

Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
2021-05-21 12:03:47 +01:00
..
BUILD.bazel Replace reflect.DeepEqual with semantic equality check and remove status marshal 2021-03-27 12:49:14 +05:30
checks.go
controller.go Adds a bunch of comments for exported types 2021-05-19 10:19:43 +01:00
sync_test.go static analysis: pkg/controller 2021-05-21 12:03:47 +01:00
sync.go Move canceled context defer to first in stack for [cluster]issuer 2021-04-06 16:26:18 +01:00