docs: update ISSUES.md with 2026-01-09 code review findings #2
Annotations
10 errors
|
Lint:
internal/webhooks/manager.go#L131
Error return value of `m.db.IncrementWebhookFailure` is not checked (errcheck)
|
|
Lint:
internal/webhooks/manager.go#L113
Error return value of `m.db.UpdateWebhookTriggered` is not checked (errcheck)
|
|
Lint:
internal/webhooks/manager.go#L70
Error return value of `msg.Ack` is not checked (errcheck)
|
|
Lint:
internal/orchestrator/orchestrator_extra_test.go#L43
Error return value of `json.Unmarshal` is not checked (errcheck)
|
|
Lint:
internal/orchestrator/orchestrator.go#L603
Error return value of `o.db.UpdateTaskStatus` is not checked (errcheck)
|
|
Lint:
internal/orchestrator/orchestrator.go#L344
Error return value of `o.bus.Publish` is not checked (errcheck)
|
|
Lint:
internal/orchestrator/orchestrator.go#L205
Error return value of `o.bus.Publish` is not checked (errcheck)
|
|
Lint:
pkg/errors/errors.go#L50
Error return value of `(*encoding/json.Encoder).Encode` is not checked (errcheck)
|
|
Lint:
pkg/db/store/helpers.go#L21
Error return value of `u.Scan` is not checked (errcheck)
|
|
Lint:
internal/encoder/encoder_test.go#L95
Error return value of `(*encoding/json.Encoder).Encode` is not checked (errcheck)
|