cert-manager/pkg/controller
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
..
acmechallenges Revert "Merge pull request #3724 from inteon/istio-virtualservice-for-http01" 2021-05-11 14:50:25 +01:00
acmeorders static analysis: pkg/controller 2021-05-21 12:03:47 +01:00
cainjector Cleanup codegen script 2021-05-17 08:11:19 -07:00
certificaterequests static analysis: pkg/controller 2021-05-21 12:03:47 +01:00
certificates static analysis: pkg/controller 2021-05-21 12:03:47 +01:00
clusterissuers static analysis: pkg/controller 2021-05-21 12:03:47 +01:00
ingress-shim static analysis: pkg/controller 2021-05-21 12:03:47 +01:00
issuers ./hack/update-deps.sh 2021-05-07 09:55:09 +01:00
test static analysis: pkg/controller 2021-05-21 12:03:47 +01:00
BUILD.bazel ./hack/update-bazel.sh 2021-05-11 14:50:28 +01:00
builder.go Use The cert-manager Authors. 2020-12-11 19:04:13 +01:00
context.go Revert "Merge pull request #3724 from inteon/istio-virtualservice-for-http01" 2021-05-11 14:50:25 +01:00
controller.go Use consistent pointer receiver 2021-05-04 15:03:56 +01:00
helper.go Tidy godoc comments 2021-05-05 16:21:24 +01:00
register.go gosimple: S1019 2021-05-04 14:17:06 +01:00
util.go Adds a bunch of comments for exported types 2021-05-19 10:19:43 +01:00