add basic psql support #556
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)
|