Skip to content

Multiplex the listener connection #238

Multiplex the listener connection

Multiplex the listener connection #238

Triggered via pull request December 4, 2023 00:31
Status Failure
Total duration 2m 41s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors
lint: backends/postgres/postgres_backend.go#L195
Error return value of `conn.Exec` is not checked (errcheck)
lint: backends/postgres/postgres_backend.go#L836
cognitive complexity 37 of func `(*PgBackend).listen` is high (> 30) (gocognit)
lint: backends/postgres/postgres_backend.go#L842
`cancelled` is a misspelling of `canceled` (misspell)
lint: backends/postgres/postgres_backend.go#L880
unnecessary trailing newline (whitespace)
lint: backends/postgres/postgres_backend.go#L768
calculated cyclomatic complexity for function handleJob is 11, max is 10 (cyclop)
lint: backends/postgres/postgres_backend.go#L906
mnd: Magic number: 500, in <argument> detected (gomnd)
lint: backends/postgres/postgres_backend.go#L844
shadow: declaration of "ctx" shadows declaration at line 841 (govet)
lint
issues found