Merge pull request #36 from etherisc/feature/add_integration_contract #246
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, actions/setup-node@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run solhint linter:
contracts/gif/BasicRiskpool2.sol#L4
global import of path ./Riskpool2.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Run solhint linter:
contracts/gif/BasicRiskpool2.sol#L5
global import of path @etherisc/gif-interface/contracts/modules/IBundle.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Run solhint linter:
contracts/gif/BasicRiskpool2.sol#L6
global import of path @etherisc/gif-interface/contracts/modules/IPolicy.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Run solhint linter:
contracts/gif/BasicRiskpool2.sol#L50
Use Custom Errors instead of require statements
|
Run solhint linter:
contracts/gif/BasicRiskpool2.sol#L107
Variable "filter" is unused
|
Run solhint linter:
contracts/gif/BasicRiskpool2.sol#L107
Variable "initialAmount" is unused
|
Run solhint linter:
contracts/gif/BasicRiskpool2.sol#L148
Variable "firstBundleId" is unused
|
Run solhint linter:
contracts/gif/BasicRiskpool2.sol#L148
Variable "secondBundleId" is unused
|
Run solhint linter:
contracts/gif/Riskpool2.sol#L4
global import of path @openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Run solhint linter:
contracts/gif/Riskpool2.sol#L5
global import of path @openzeppelin/contracts/token/ERC721/IERC721.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
The logs for this run have expired and are no longer available.
Loading