Skip to content

chore: update forge #3494

chore: update forge

chore: update forge #3494

Triggered via push September 30, 2024 12:42
Status Success
Total duration 57s
Artifacts

linters.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Solhint: contracts/0.4.24/lib/StakeLimitUtils.sol#L5
Found more than One contract per file. 3 contracts found!
Solhint: contracts/0.4.24/lib/StakeLimitUtils.sol#L7
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.4.24/Lido.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/Lido.sol#L8
global import of path @aragon/os/contracts/lib/math/SafeMath.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/Lido.sol#L10
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/Lido.sol#L11
global import of path ../common/interfaces/IBurner.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/Lido.sol#L13
global import of path ./lib/StakeLimitUtils.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/Lido.sol#L14
global import of path ../common/lib/Math256.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/Lido.sol#L16
global import of path ./StETHPermit.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/Lido.sol#L18
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)