Skip to content

New deploy params #1165

New deploy params

New deploy params #1165

Triggered via push October 8, 2024 17:51
Status Success
Total duration 1m 13s
Artifacts

linters.yml

on: push
Solidity and TypeScript linters
42s
Solidity and TypeScript linters
TypeScript types check
1m 4s
TypeScript types check
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Solidity and TypeScript linters: contracts/0.4.24/lib/StakeLimitUtils.sol#L5
Found more than One contract per file. 3 contracts found!
Solidity and TypeScript linters: 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)
Solidity and TypeScript linters: 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)
Solidity and TypeScript linters: 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)
Solidity and TypeScript linters: 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)
Solidity and TypeScript linters: 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)
Solidity and TypeScript linters: 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)
Solidity and TypeScript linters: 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)
Solidity and TypeScript linters: 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)
Solidity and TypeScript linters: 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)