Critical Enhancements & Bug Fixes #1
Annotations
11 errors
|
lint:
cmd/config-validator/main.go#L40
Error return value of `validateCmd.Parse` is not checked (errcheck)
|
|
lint:
services/webhook_handler_new.go#L328
Error return value of `container.SlackNotifier.NotifyPRProcessed` is not checked (errcheck)
|
|
lint:
services/webhook_handler_new.go#L274
Error return value of `container.SlackNotifier.NotifyError` is not checked (errcheck)
|
|
lint:
services/webhook_handler_new.go#L229
Error return value of `container.SlackNotifier.NotifyError` is not checked (errcheck)
|
|
lint:
services/webhook_handler_new.go#L187
Error return value of `w.Write` is not checked (errcheck)
|
|
lint:
services/slack_notifier_test.go#L209
Error return value of `json.Unmarshal` is not checked (errcheck)
|
|
lint:
services/slack_notifier_test.go#L141
Error return value of `json.Unmarshal` is not checked (errcheck)
|
|
lint:
services/slack_notifier_test.go#L96
Error return value of `json.Unmarshal` is not checked (errcheck)
|
|
lint:
services/health_metrics.go#L374
Error return value of `(*encoding/json.Encoder).Encode` is not checked (errcheck)
|
|
lint:
services/health_metrics.go#L365
Error return value of `(*encoding/json.Encoder).Encode` is not checked (errcheck)
|
|
test
Process completed with exit code 1.
|