update proposal #31
Annotations
6 errors and 11 warnings
src/contracts/Executor.s.sol#L4
Unexpected import of console file
|
src/contracts/Generate/GenerateAddCollateralProposal.s.sol#L19
Unexpected import of console file
|
src/contracts/Proposer.s.sol#L5
Unexpected import of console file
|
src/contracts/Proposer.s.sol#L38
Unexpected console statement
|
src/contracts/Proposer.s.sol#L60
Unexpected console statement
|
src/contracts/Proposer.s.sol#L61
Unexpected console statement
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/contracts/Executor.s.sol#L4
global import of path forge-std/console2.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
src/contracts/Executor.s.sol#L4
Import 'forge-std/console2.sol' in contract Executor should be declared as import {contract_to_import} from 'forge-std/console2.sol';
|
src/contracts/Executor.s.sol#L5
global import of path forge-std/Script.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
src/contracts/Executor.s.sol#L5
Import 'forge-std/Script.sol' in contract Executor should be declared as import {contract_to_import} from 'forge-std/Script.sol';
|
src/contracts/Executor.s.sol#L34
'json' should start with _
|
src/contracts/Generate/GenerateAddCollateralProposal.s.sol#L9
imported name IAuthorizable is not used
|
src/contracts/Generate/GenerateAddCollateralProposal.s.sol#L17
imported name CollateralAuctionHouseChild is not used
|
src/contracts/Generate/GenerateAddCollateralProposal.s.sol#L18
global import of path forge-std/StdJson.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
src/contracts/Generate/GenerateAddCollateralProposal.s.sol#L18
Import 'forge-std/StdJson.sol' in contract GenerateAddCollateralProposal should be declared as import {contract_to_import} from 'forge-std/StdJson.sol';
|
src/contracts/Generate/GenerateAddCollateralProposal.s.sol#L19
global import of path forge-std/console2.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
This job succeeded
Loading