Multiplex the listener connection #238
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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
|