Skip to content

Draft: Query service implementations for database/sql interfaces #7655

Draft: Query service implementations for database/sql interfaces

Draft: Query service implementations for database/sql interfaces #7655

Triggered via pull request November 17, 2024 14:36
Status Failure
Total duration 1m 32s
Artifacts

lint.yml

on: pull_request
golangci-lint
1m 6s
golangci-lint
golangci-lint-examples
27s
golangci-lint-examples
golangci-lint-slo
42s
golangci-lint-slo
autoformat check
27s
autoformat check
Fit to window
Zoom out
Zoom in

Annotations

10 errors
golangci-lint: internal/query/conn/conn.go#L103
internal/query/conn/conn.go:103: Line contains TODO/BUG/FIXME: "TODO: fake tx" (godox)
golangci-lint: internal/query/conn/driver.impls.go#L116
internal/query/conn/driver.impls.go:116: Line contains TODO/BUG/FIXME: "TODO implement me" (godox)
golangci-lint: internal/query/conn/driver.impls.go#L153
internal/query/conn/driver.impls.go:153: Line contains TODO/BUG/FIXME: "TODO implement me" (godox)
golangci-lint: internal/query/conn/driver.impls.go#L158
internal/query/conn/driver.impls.go:158: Line contains TODO/BUG/FIXME: "TODO implement me" (godox)
golangci-lint: internal/query/conn/rows.go#L22
var `ignoreColumnPrefixName` is unused (unused)
golangci-lint: internal/query/conn/tx.go#L40
return both the `nil` error and invalid value: use a sentinel error instead (nilnil)
golangci-lint: internal/query/conn/driver.impls.go#L55
return with no blank line before (nlreturn)
golangci-lint: internal/query/conn/rows.go#L49
return with no blank line before (nlreturn)
golangci-lint: internal/query/conn/rows.go#L57
return with no blank line before (nlreturn)
golangci-lint: internal/query/conn/rows.go#L66
return with no blank line before (nlreturn)