Review app url sent to webhook prefixed with https #5
Annotations
10 errors
lint:
internal/forwarder/forwarder.go#L175
Error return value of `resp.Body.Close` is not checked (errcheck)
|
lint:
internal/forwarder/forwarder.go#L205
Error return value of `srv.Shutdown` is not checked (errcheck)
|
lint:
internal/webhook/deployer.go#L24
Error return value of `w.Write` is not checked (errcheck)
|
lint:
internal/webhook/webhook_server.go#L73
Error return value of `srv.Shutdown` is not checked (errcheck)
|
lint:
internal/webhook/webhook_server.go#L100
Error return value of `r.Body.Close` is not checked (errcheck)
|
lint:
internal/webhook/webhook_server.go#L207
Error return value of `w.Write` is not checked (errcheck)
|
lint:
internal/controller/pullrequest_controller.go#L71
cyclomatic complexity 38 of func `(*PullRequestReconciler).Reconcile` is high (> 30) (gocyclo)
|
lint:
test/e2e/e2e_test.go#L27
`wille` is a misspelling of `will` (misspell)
|
lint:
internal/utils/labels.go#L6
`wille` is a misspelling of `will` (misspell)
|
lint:
internal/utils/resourcenames.go#L8
`wille` is a misspelling of `will` (misspell)
|