cert-manager/pkg/controller/test
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
..
actions.go Adds a bunch of comments for exported types 2021-05-19 10:19:43 +01:00
BUILD.bazel Revert "Merge pull request #3724 from inteon/istio-virtualservice-for-http01" 2021-05-11 14:50:25 +01:00
context_builder.go static analysis: pkg/controller 2021-05-21 12:03:47 +01:00
doc.go Use The cert-manager Authors. 2020-12-11 19:04:13 +01:00
reactors.go Use The cert-manager Authors. 2020-12-11 19:04:13 +01:00
recorder.go Use The cert-manager Authors. 2020-12-11 19:04:13 +01:00
util.go Tidy godoc comments 2021-05-05 16:21:24 +01:00