Allow to set preferred node id to execute query #7581
Annotations
6 errors and 4 warnings
golangci-lint:
internal/operation/context.go#L71
type assertion must be checked (forcetypeassert)
|
golangci-lint:
internal/pool/pool_test.go#L122
return with no blank line before (nlreturn)
|
golangci-lint:
internal/pool/pool_test.go#L180
return with no blank line before (nlreturn)
|
golangci-lint:
internal/pool/pool_test.go#L201
return with no blank line before (nlreturn)
|
golangci-lint:
internal/pool/pool_test.go#L268
return with no blank line before (nlreturn)
|
golangci-lint
issues found
|
golangci-lint:
internal/conn/middleware.go#L40
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
|
golangci-lint:
internal/pool/pool_test.go#L147
var-naming: func parameter nodeId should be nodeID (revive)
|
golangci-lint:
internal/pool/pool_test.go#L185
var-naming: var nextNodeId should be nextNodeID (revive)
|
golangci-lint:
internal/pool/pool_test.go#L193
var-naming: var nodeId should be nodeID (revive)
|
Loading