mainnet_v0 to main #942
Annotations
1 error and 12 warnings
Run linters
Process completed with exit code 1.
|
Run linters
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run linters
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run linters:
contracts/Auction.sol#L4
global import of path ./library/UtilLib.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Run linters:
contracts/Auction.sol#L6
global import of path ../contracts/interfaces/SDCollateral/IAuction.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Run linters:
contracts/Auction.sol#L7
global import of path ../contracts/interfaces/IStaderStakePoolManager.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Run linters:
contracts/Auction.sol#L9
global import of path @openzeppelin/contracts/token/ERC20/IERC20.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Run linters:
contracts/Auction.sol#L10
global import of path @openzeppelin/contracts-upgradeable/access/AccessControlUpgradeable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Run linters:
contracts/Auction.sol#L11
global import of path @openzeppelin/contracts-upgradeable/security/ReentrancyGuardUpgradeable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Run linters:
contracts/Auction.sol#L24
Explicitly mark visibility in function (Set ignoreConstructors to true if using solidity >=0.7.0)
|
Run linters:
contracts/ETHx.sol#L3
global import of path ./library/UtilLib.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Run linters:
contracts/ETHx.sol#L5
global import of path ./interfaces/IStaderConfig.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Run linters:
contracts/ETHx.sol#L7
global import of path @openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|