cert-manager/pkg/controller/acmeorders
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
..
selectors Add godoc comments 2021-05-05 15:59:02 +01:00
BUILD.bazel Refactors creation of ACME Orders controller 2021-05-19 13:11:18 +01:00
checks.go Refactors creation of ACME Orders controller 2021-05-19 13:11:18 +01:00
controller.go Implements feedback from code review 2021-05-19 13:20:05 +01:00
OWNERS Add more OWNERS files with auto-labels 2019-01-24 19:38:31 +00:00
sync_test.go Implements feedback from code review 2021-05-19 13:20:05 +01:00
sync.go Implements feedback from code review 2021-05-19 13:20:05 +01:00
util_test.go Use The cert-manager Authors. 2020-12-11 19:04:13 +01:00
util.go static analysis: pkg/controller 2021-05-21 12:03:47 +01:00