Skip to content

Ler2block

Ler2block #16

Triggered via pull request September 12, 2024 13:04
Status Failure
Total duration 3m 51s
Billable time 4m
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: test/helpers/aggoracle_e2e.go#L118
cannot use syncBlockChunkSize (variable of type int) as uint64 value in argument to l1infotreesync.New (typecheck)
lint: aggoracle/e2e_test.go#L11
could not import github.com/0xPolygon/cdk/test/helpers (-: # github.com/0xPolygon/cdk/test/helpers
lint: test/helpers/aggoracle_e2e.go#L118
cannot use syncBlockChunkSize (variable of type int) as uint64 value in argument to l1infotreesync.New) (typecheck)
lint: bridgesync/e2e_test.go#L15
could not import github.com/0xPolygon/cdk/test/helpers (-: # github.com/0xPolygon/cdk/test/helpers
lint: test/helpers/aggoracle_e2e.go#L118
cannot use syncBlockChunkSize (variable of type int) as uint64 value in argument to l1infotreesync.New) (typecheck)
lint: claimsponsor/e2e_test.go#L15
could not import github.com/0xPolygon/cdk/test/helpers (-: # github.com/0xPolygon/cdk/test/helpers
lint: test/helpers/aggoracle_e2e.go#L118
cannot use syncBlockChunkSize (variable of type int) as uint64 value in argument to l1infotreesync.New) (typecheck)
lint: l1infotreesync/processor.go#L246
comparing with == will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
lint: bridgesync/processor.go#L145
type assertion must be checked (forcetypeassert)
lint: bridgesync/processor.go#L173
type assertion must be checked (forcetypeassert)
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/