Skip to content

timeout

timeout #9

Triggered via push October 6, 2024 13:32
Status Failure
Total duration 36s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 7 warnings
lint: internal/util/reflect_test.go#L52
var `nilSlice` is unused (unused)
lint: internal/util/reflect_test.go#L53
var `nilPointer` is unused (unused)
lint: internal/util/reflect_test.go#L55
var `nilorEmpties` is unused (unused)
lint: exp/ident.go#L48
emptyStringTest: replace `len(schema) > 0` with `schema != ""` (gocritic)
lint: exp/ident.go#L52
emptyStringTest: replace `len(schema) > 0` with `schema != ""` (gocritic)
lint: exp/ident.go#L56
emptyStringTest: replace `len(schema) > 0` with `schema != ""` (gocritic)
lint: exp/ident.go#L55
emptyStringTest: replace `len(table) > 0` with `table != ""` (gocritic)
lint: exp/record.go#L51
hugeParam: f is heavy (80 bytes); consider passing it by pointer (gocritic)
lint: exp/record.go#L60
hugeParam: f is heavy (80 bytes); consider passing it by pointer (gocritic)
lint: exp/window.go#L27
hugeParam: we is heavy (80 bytes); consider passing it by pointer (gocritic)
lint
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/
lint: exp/record.go#L65
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
lint: dialect/postgres/postgres_test.go#L163
unused-parameter: parameter 'entry' seems to be unused, consider removing or renaming it as _ (revive)
lint: dialect/postgres/postgres_test.go#L215
unused-parameter: parameter 'entry' seems to be unused, consider removing or renaming it as _ (revive)
lint: dialect/sqlserver/sqlserver_test.go#L171
unused-parameter: parameter 'entry' seems to be unused, consider removing or renaming it as _ (revive)
lint: select_dataset_example_test.go#L70
var-naming: var userIds should be userIDs (revive)
lint: issues_test.go#L50
unused-parameter: parameter 'col' seems to be unused, consider removing or renaming it as _ (revive)