Ler2block #15
Annotations
10 errors and 1 warning
lint:
l1infotreesync/processor.go#L133
Error return value of `tx.Rollback` is not checked (errcheck)
|
lint:
bridgesync/processor.go#L128
Error return value of `tx.Rollback` is not checked (errcheck)
|
lint:
bridgesync/processor.go#L152
Error return value of `tx.Rollback` is not checked (errcheck)
|
lint:
tree/tree.go#L157
G601: Implicit memory aliasing in for loop. (gosec)
|
lint:
db/meddler.go#L25
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors (errorlint)
|
lint:
db/meddler.go#L29
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors (errorlint)
|
lint:
tree/appendonlytree.go#L84
comparing with == will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
|
lint:
tree/appendonlytree.go#L100
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
lint:
tree/updatabletree.go#L29
comparing with == will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
|
lint:
lastgersync/evmdownloader.go#L132
comparing with == will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
|
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/
|