feat(backup): add a batch feature to the RPC client #106
main.yaml
on: pull_request
Go Linter
/
lint
41s
Go Test
/
test
36s
Go Test
/
test-with-race
39s
Annotations
8 errors and 3 warnings
Go Linter / lint:
backup/backup.go#L95
assignments should only be cuddled with other assignments (wsl)
|
Go Linter / lint:
backup/backup_test.go#L151
test helper function should start from t.Helper() (thelper)
|
Go Linter / lint:
backup/backup_test.go#L238
test helper function should start from t.Helper() (thelper)
|
Go Linter / lint:
backup/backup_test.go#L268
ifElseChain: rewrite if-else to switch statement (gocritic)
|
Go Linter / lint:
backup/backup_test.go#L275
return with no blank line before (nlreturn)
|
Go Linter / lint:
cmd/backup.go#L36
fieldalignment: struct of size 72 could be 64 (govet)
|
Go Linter / lint:
cmd/backup.go#L179
if statements should only be cuddled with assignments (wsl)
|
Go Linter / lint
issues found
|
Go Test / test
Restore cache failed: Dependencies file is not found in /home/runner/work/tx-archive/tx-archive. Supported file pattern: go.sum
|
Go Test / test-with-race
Restore cache failed: Dependencies file is not found in /home/runner/work/tx-archive/tx-archive. Supported file pattern: go.sum
|
Go Linter / lint
Restore cache failed: Dependencies file is not found in /home/runner/work/tx-archive/tx-archive. Supported file pattern: go.sum
|