minimal bug #2
Annotations
4 errors and 10 warnings
ci:
contracts/A.sol#L8
Delete ⏎
|
ci:
contracts/A.sol#L14
Delete ⏎
|
ci:
contracts/B.sol#L20
Delete ⏎
|
ci
Process completed with exit code 1.
|
ci
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
ci:
contracts/A.sol#L5
global import of path fhevm/lib/TFHE.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
ci:
contracts/A.sol#L9
Code contains empty blocks
|
ci:
contracts/A.sol#L12
Use Custom Errors instead of require statements
|
ci:
contracts/A.sol#L13
Variable name must be in mixedCase
|
ci:
contracts/A.sol#L13
Variable "ct_r" is unused
|
ci:
contracts/B.sol#L5
global import of path fhevm/lib/TFHE.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
ci:
contracts/B.sol#L6
global import of path ./A.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
ci:
contracts/B.sol#L9
Explicitly mark visibility of state
|
ci:
contracts/B.sol#L10
Explicitly mark visibility of state
|