Skip to content

Remove Unnecessary Non-Terminal Key checks #1034

Remove Unnecessary Non-Terminal Key checks

Remove Unnecessary Non-Terminal Key checks #1034

Triggered via pull request December 9, 2024 05:25
Status Success
Total duration 1m 26s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Run linters
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run linters: contracts/PermissionedNodeRegistry.sol#L18
imported name ISDCollateral is not used
Run linters: contracts/PermissionedNodeRegistry.sol#L21
Contract has 19 states declarations but allowed no more than 15
Run linters: contracts/PermissionedNodeRegistry.sol#L616
Avoid to use inline assembly. It is acceptable only in rare cases
Run linters: contracts/PermissionlessNodeRegistry.sol#L24
Contract has 19 states declarations but allowed no more than 15
Run linters: contracts/PermissionlessNodeRegistry.sol#L573
Avoid to use inline assembly. It is acceptable only in rare cases
Run linters: contracts/ProxyAdmin.sol#L4
imported name ProxyAdmin is not used
Run linters: contracts/SDUtilityPool.sol#L18
Contract has 25 states declarations but allowed no more than 15
Run linters: contracts/StaderConfig.sol#L74
Constant name must be in capitalized SNAKE_CASE
Run linters: contracts/StaderOracle.sol#L20
Contract has 22 states declarations but allowed no more than 15
Run linters: contracts/VaultProxy.sol#L40
Fallback function must be simple