use whole string for subquery instead of splitting it #16
Annotations
10 errors and 7 warnings
exp/ident.go#L48
emptyStringTest: replace `len(schema) > 0` with `schema != ""` (gocritic)
|
exp/ident.go#L52
emptyStringTest: replace `len(schema) > 0` with `schema != ""` (gocritic)
|
exp/ident.go#L56
emptyStringTest: replace `len(schema) > 0` with `schema != ""` (gocritic)
|
exp/ident.go#L55
emptyStringTest: replace `len(table) > 0` with `table != ""` (gocritic)
|
exp/record.go#L51
hugeParam: f is heavy (80 bytes); consider passing it by pointer (gocritic)
|
exp/record.go#L60
hugeParam: f is heavy (80 bytes); consider passing it by pointer (gocritic)
|
exp/window.go#L27
hugeParam: we is heavy (80 bytes); consider passing it by pointer (gocritic)
|
exp/window.go#L37
hugeParam: we is heavy (80 bytes); consider passing it by pointer (gocritic)
|
exp/window.go#L41
hugeParam: we is heavy (80 bytes); consider passing it by pointer (gocritic)
|
exec/query_executor.go#L34
hugeParam: q is heavy (88 bytes); consider passing it by pointer (gocritic)
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
exp/record.go#L65
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
|
dialect/postgres/postgres_test.go#L163
unused-parameter: parameter 'entry' seems to be unused, consider removing or renaming it as _ (revive)
|
dialect/postgres/postgres_test.go#L215
unused-parameter: parameter 'entry' seems to be unused, consider removing or renaming it as _ (revive)
|
dialect/mysql/mysql_test.go#L183
unused-parameter: parameter 'entry' seems to be unused, consider removing or renaming it as _ (revive)
|
select_dataset_example_test.go#L70
var-naming: var userIds should be userIDs (revive)
|
issues_test.go#L50
unused-parameter: parameter 'col' seems to be unused, consider removing or renaming it as _ (revive)
|
This job failed
Loading