feat: Implement generic filters #353
Triggered via pull request
September 18, 2024 14:31
Status
Failure
Total duration
1m 54s
Artifacts
–
main.yaml
on: pull_request
Go Linter
/
lint
1m 21s
Go Test
/
test
1m 25s
Go Test
/
test-with-race
1m 42s
Go Codegen
/
generate
1m 12s
Annotations
7 errors and 4 warnings
Go Linter / lint:
serve/graph/gen/generate.go#L1
compiler directive contains space: // go:build (gocheckcompilerdirectives)
|
Go Linter / lint:
serve/graph/gen/generate.go#L14
var-declaration: should omit type string from declaration of var queriesInject; it will be inferred from the right-hand side (revive)
|
Go Linter / lint:
serve/graph/setup.go#L22
unused-parameter: parameter 'obj' seems to be unused, consider removing or renaming it as _ (revive)
|
Go Linter / lint:
serve/graph/setup.go#L22
unused-parameter: parameter 'extras' seems to be unused, consider removing or renaming it as _ (revive)
|
Go Linter / lint:
serve/graph/setup.go#L22
named return "res" with type "interface{}" found (nonamedreturns)
|
Go Linter / lint:
serve/graph/setup.go#L22
named return "err" with type "error" found (nonamedreturns)
|
Go Linter / lint
issues found
|
Go Codegen / generate
Restore cache failed: Dependencies file is not found in /home/runner/work/tx-indexer/tx-indexer. Supported file pattern: go.sum
|
Go Linter / lint
Restore cache failed: Dependencies file is not found in /home/runner/work/tx-indexer/tx-indexer. Supported file pattern: go.sum
|
Go Test / test
Restore cache failed: Dependencies file is not found in /home/runner/work/tx-indexer/tx-indexer. Supported file pattern: go.sum
|
Go Test / test-with-race
Restore cache failed: Dependencies file is not found in /home/runner/work/tx-indexer/tx-indexer. Supported file pattern: go.sum
|