Ler2block #18
Annotations
10 errors and 1 warning
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:
bridgesync/processor.go#L252
type assertion must be checked (forcetypeassert)
|
Lint:
tree/tree.go#L160
mnd: Magic number: 1555, in <argument> detected (gomnd)
|
Lint:
test/helpers/aggoracle_e2e.go#L117
mnd: Magic number: 10, in <argument> detected (gomnd)
|
Lint:
test/helpers/aggoracle_e2e.go#L118
mnd: Magic number: 100, in <argument> detected (gomnd)
|
Lint:
bridgesync/processor_test.go#L400
directive `//nolint:thelper` is unused for linter "thelper" (nolintlint)
|
Lint:
bridgesync/processor_test.go#L473
directive `//nolint:thelper` is unused for linter "thelper" (nolintlint)
|
Lint:
bridgesync/processor_test.go#L498
directive `//nolint:thelper` is unused for linter "thelper" (nolintlint)
|
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/
|
Loading