Skip to content

Merge pull request #227 from lidofinance/feat/sr-1.5-sc-oracle-upper-… #1164

Merge pull request #227 from lidofinance/feat/sr-1.5-sc-oracle-upper-…

Merge pull request #227 from lidofinance/feat/sr-1.5-sc-oracle-upper-… #1164

Triggered via push October 8, 2024 11:55
Status Success
Total duration 58s
Artifacts

linters.yml

on: push
Solidity and TypeScript linters
33s
Solidity and TypeScript linters
TypeScript types check
50s
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)