Skip to content

add basic psql support #556

add basic psql support

add basic psql support #556

Triggered via pull request March 8, 2025 13:44
Status Failure
Total duration 43s
Artifacts

checks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
lint
issues found
lint: linglet/sql/psql.go#L87
shadow: declaration of "err" shadows declaration at line 18 (govet)
lint: linglet/sql/psql.go#L84
unnecessary trailing newline (whitespace)
lint: linglet/sql/psql.go#L64
`if columnName.Valid` has complex nested blocks (complexity: 5) (nestif)
lint: linglet/sql/psql.go#L52
line is 173 characters (lll)
lint: linglet/sql/psql.go#L51
line is 148 characters (lll)
lint: linglet/sql/psql.go#L17
cognitive complexity 27 of func `(*SQL).psqlSchema` is high (> 20) (gocognit)