updated readme #6
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
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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#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)
|
src/contracts/Generate/GenerateAddCollateralProposal.s.sol#L19
Import 'forge-std/console2.sol' in contract GenerateAddCollateralProposal should be declared as import {contract_to_import} from 'forge-std/console2.sol';
|
This job succeeded
Loading