organize templates #52
Annotations
8 errors and 12 warnings
Run Linters (20.x):
src/contracts/Executor.s.sol#L4
Unexpected import of console file
|
Run Linters (20.x):
src/contracts/Generate/GenerateAddCollateralProposal.s.sol#L19
Unexpected import of console file
|
Run Linters (20.x):
src/contracts/Proposer.s.sol#L5
Unexpected import of console file
|
Run Linters (20.x):
src/contracts/Proposer.s.sol#L38
Unexpected console statement
|
Run Linters (20.x):
src/contracts/Proposer.s.sol#L60
Unexpected console statement
|
Run Linters (20.x):
src/contracts/Proposer.s.sol#L61
Unexpected console statement
|
Run Linters (20.x)
Process completed with exit code 1.
|
Run Unit and E2E Tests (20.x)
Process completed with exit code 1.
|
Run Linters (20.x)
The following actions use a deprecated Node.js version 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/
|
Run Linters (20.x):
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)
|
Run Linters (20.x):
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';
|
Run Linters (20.x):
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)
|
Run Linters (20.x):
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';
|
Run Linters (20.x):
src/contracts/Executor.s.sol#L34
'json' should start with _
|
Run Linters (20.x):
src/contracts/Generate/GenerateAddCollateralProposal.s.sol#L9
imported name IAuthorizable is not used
|
Run Linters (20.x):
src/contracts/Generate/GenerateAddCollateralProposal.s.sol#L17
imported name CollateralAuctionHouseChild is not used
|
Run Linters (20.x):
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)
|
Run Linters (20.x):
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';
|
Run Linters (20.x):
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)
|
Run Unit and E2E Tests (20.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|