x/sqlbuilder: Implement MultiColumnIn #50
lint.yml
on: pull_request
runner / golangci-lint
1m 10s
Annotations
10 errors and 2 warnings
|
runner / golangci-lint:
x/sqlbuilder/insert_statement.go#L38
Error return value of `io.WriteString` is not checked (errcheck)
|
|
runner / golangci-lint:
x/sqlbuilder/insert_statement.go#L35
Error return value of `io.WriteString` is not checked (errcheck)
|
|
runner / golangci-lint:
tx.go#L115
Error return value of `tx.Rollback` is not checked (errcheck)
|
|
runner / golangci-lint:
tx.go#L107
Error return value of `tx.Rollback` is not checked (errcheck)
|
|
runner / golangci-lint:
tx.go#L104
Error return value of `tx.Rollback` is not checked (errcheck)
|
|
runner / golangci-lint:
x/sqlbuilder/upserter/execer.go#L220
calculated cyclomatic complexity for function Exec is 17, max is 15 (cyclop)
|
|
runner / golangci-lint:
x/sqlbuilder/upserter/execer.go#L39
calculated cyclomatic complexity for function newExecer is 19, max is 15 (cyclop)
|
|
runner / golangci-lint:
x/sqlbuilder/select_statement.go#L54
calculated cyclomatic complexity for function buildQuery is 19, max is 15 (cyclop)
|
|
runner / golangci-lint:
x/sqlbuilder/insert_statement.go#L154
calculated cyclomatic complexity for function buildQueries is 18, max is 15 (cyclop)
|
|
runner / golangci-lint:
integration/concurrent_tx_test.go#L111
The copy of the 'for' variable "i" can be deleted (Go 1.22+) (copyloopvar)
|
|
runner / golangci-lint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-go@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
runner / golangci-lint
Restore cache failed: Dependencies file is not found in /home/runner/work/sql/sql. Supported file pattern: go.sum
|