Skip to content

chore(evm): upgrade to Rust edition 2024 (#880) #3214

chore(evm): upgrade to Rust edition 2024 (#880)

chore(evm): upgrade to Rust edition 2024 (#880) #3214

Triggered via push March 10, 2025 11:16
Status Success
Total duration 1m 35s
Artifacts

lint.yml

on: push
Matrix: source
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
source (20.x)
Cache not found for keys: linux-foundry-chain-fork-source-d8ab7d66c50285762d347c1914a170afaa891b5e, linux-foundry-chain-fork-source-, linux-foundry-chain-fork-
source (20.x): packages/api-common/source/controller.ts#L98
'any' overrides all other types in this union type
source (20.x): packages/api-common/source/controller.ts#L98
'any' overrides all other types in this union type
source (20.x): packages/api-common/source/plugins/pagination/extension.ts#L41
Refactor this function to reduce its Cognitive Complexity from 21 to the 15 allowed
source (20.x): packages/api-common/source/plugins/pagination/extension.ts#L72
Use destructured variables over properties
source (20.x): packages/api-common/source/plugins/pagination/extension.ts#L72
Use `undefined` instead of `null`
source (20.x): packages/api-common/source/plugins/pagination/extension.ts#L86
Use `undefined` instead of `null`
source (20.x): packages/api-common/source/plugins/pagination/extension.ts#L91
Use `undefined` instead of `null`
source (20.x): packages/api-common/source/plugins/pagination/extension.ts#L110
Use destructured variables over properties
source (20.x): packages/api-common/source/plugins/rate-limit.ts#L57
Please rename the variable `rateLimitRes`. Suggested names are: `rateLimitResource`, `rateLimitResponse`, `rateLimitResult`. A more descriptive name will do too