support custom types in query result scanning #7817
lint.yml
on: pull_request
golangci-lint
1m 12s
golangci-lint-examples
1m 37s
golangci-lint-slo
42s
autoformat check
46s
Annotations
3 errors and 5 warnings
golangci-lint:
internal/value/cast.go#L14
Error return value of `scanner.UnmarshalYDBValue` is not checked (errcheck)
|
golangci-lint:
internal/value/cast.go#L23
interface method UnmarshalYDBValue must have named param for type Value (inamedparam)
|
golangci-lint
issues found
|
golangci-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
golangci-lint:
internal/value/cast.go#L22
exported: type name will be used as value.ValueScanner by other packages, and that stutters; consider calling this Scanner (revive)
|
golangci-lint-examples
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
golangci-lint-slo
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
autoformat check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|