Skip to content

chore: solhint cleanup #3965

chore: solhint cleanup

chore: solhint cleanup #3965

Triggered via push January 19, 2025 12:18
Status Success
Total duration 1m 8s
Artifacts

linters.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
Solhint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Solhint: contracts/0.4.24/lib/StakeLimitUtils.sol#L5
Found more than One contract per file. 3 contracts found!
Solhint: contracts/0.4.24/oracle/LegacyOracle.sol#L7
global import of path @aragon/os/contracts/apps/AragonApp.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Solhint: contracts/0.4.24/oracle/LegacyOracle.sol#L9
global import of path ../../common/interfaces/ILidoLocator.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Solhint: contracts/0.4.24/oracle/LegacyOracle.sol#L11
global import of path ../utils/Versioned.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Solhint: contracts/0.4.24/utils/Versioned.sol#L5
global import of path @aragon/os/contracts/common/UnstructuredStorage.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Solhint: contracts/0.8.25/vaults/Dashboard.sol#L20
Rule is set with explicit type [var/s: uint]
Solhint: contracts/0.8.25/vaults/Dashboard.sol#L241
GC: Use Custom Errors instead of revert statements
Solhint: contracts/0.8.25/vaults/Dashboard.sol#L360
GC: Use Custom Errors instead of revert statements
Solhint: contracts/0.8.25/vaults/VaultFactory.sol#L47
Immutable variables name are set to be in capitalized SNAKE_CASE
Solhint: contracts/0.8.9/LidoLocator.sol#L37
Immutable variables name are set to be in capitalized SNAKE_CASE
ESLint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
TypeScript
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636