Skip to content

feat(ARCO-115): Reorg Support #434

feat(ARCO-115): Reorg Support

feat(ARCO-115): Reorg Support #434

Triggered via pull request November 6, 2024 14:27
Status Failure
Total duration 1m 35s
Artifacts

static-analysis.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

22 errors and 1 warning
Static analysis
Process completed with exit code 1.
Golangci-lint: internal/metamorph/metamorph_api/metamorph_api.pb.go#L1076
syntax error: unexpected <<, expected expression
Golangci-lint: internal/metamorph/metamorph_api/metamorph_api.pb.go#L1392
syntax error: unexpected ) in composite literal; possibly missing comma or } (typecheck)
Golangci-lint: internal/metamorph/metamorph_api/metamorph_api.pb.go#L1076
expected operand, found '<<' (typecheck)
Golangci-lint: internal/metamorph/metamorph_api/metamorph_api.pb.go#L1392
missing ',' in composite literal (typecheck)
Golangci-lint: internal/metamorph/metamorph_api/metamorph_api.pb.go#L1394
missing ',' in composite literal (typecheck)
Golangci-lint: internal/metamorph/metamorph_api/metamorph_api.pb.go#L1397
missing ',' in composite literal (typecheck)
Golangci-lint: internal/metamorph/metamorph_api/metamorph_api.pb.go#L1398
expected ')', found sync (typecheck)
Golangci-lint: internal/metamorph/metamorph_api/metamorph_api.pb.go#L1399
expected '==', found '=' (typecheck)
Golangci-lint: internal/metamorph/metamorph_api/metamorph_api.pb.go#L1400
expected operand, found ')' (typecheck)
Golangci-lint: internal/metamorph/metamorph_api/metamorph_api.pb.go#L1406
missing ',' in composite literal (typecheck)
Static check: internal/blocktx/processor_helpers_test.go#L9
syntax error: missing import path
Static check: internal/blocktx/processor_helpers_test.go#L10
syntax error: missing import path
Static check: internal/blocktx/processor_helpers_test.go#L13
syntax error: missing import path
Static check: internal/blocktx/processor_helpers_test.go#L14
syntax error: non-declaration statement outside function body (compile)
Static check: internal/blocktx/store/mocks/blocktx_store_mock.go#L84
syntax error: non-declaration statement outside function body
Static check: internal/blocktx/store/mocks/blocktx_store_mock.go#L172
syntax error: unexpected <<, expected field name or embedded type
Static check: internal/blocktx/store/mocks/blocktx_store_mock.go#L173
syntax error: unexpected <<, expected field name or embedded type
Static check: internal/blocktx/store/mocks/blocktx_store_mock.go#L175
syntax error: unexpected ==, expected field name or embedded type
Static check: internal/blocktx/store/mocks/blocktx_store_mock.go#L177
syntax error: unexpected >>, expected field name or embedded type
Static check: internal/blocktx/store/mocks/blocktx_store_mock.go#L178
syntax error: unexpected ==, expected field name or embedded type
Static check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/