Add bolts incentives proposal #55
Annotations
8 errors and 12 warnings
Run Unit and E2E Tests (20.x)
Process completed with exit code 1.
|
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)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run Linters (20.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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)
|