ci.yaml
on: push
build
/
forge-build
38s
lint
/
forge-lint
26s
test-unit
/
forge-test
10s
Annotations
5 errors and 13 warnings
lint / forge-lint:
src/core/ERC2771Handler.sol#L10
Line length must be no more than 123 but current length is 139
|
lint / forge-lint:
src/core/ExtensibleFallbackHandler.sol#L11
Unexpected import of console file
|
lint / forge-lint:
src/test/ModuleKitHelpers.sol#L12
Unexpected import of console file
|
lint / forge-lint:
src/test/utils/ERC4337Helpers.sol#L15
Unexpected import of console file
|
lint / forge-lint
Process completed with exit code 1.
|
lint / forge-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint / forge-lint:
src/core/ExtensibleFallbackHandler.sol#L11
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)
|
lint / forge-lint:
src/core/ExtensibleFallbackHandler.sol#L42
Explicitly mark visibility of state
|
lint / forge-lint:
src/core/ExtensibleFallbackHandler.sol#L126
Variable "smartAccount" is unused
|
lint / forge-lint:
src/deployment/RegistryDeployer.sol#L31
Explicitly mark visibility of state
|
lint / forge-lint:
src/deployment/RegistryDeployer.sol#L33
Explicitly mark visibility of state
|
lint / forge-lint:
src/integrations/ERC20.sol#L5
imported name IERC7579Account is not used
|
lint / forge-lint:
src/integrations/ERC4626.sol#L5
imported name IERC7579Account is not used
|
lint / forge-lint:
src/integrations/ERC721.sol#L5
imported name IERC7579Account is not used
|
lint / forge-lint:
src/integrations/uniswap/MockUniswap.sol#L4
global import of path ../interfaces/uniswap/v3/ISwapRouter.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
lint / forge-lint:
src/integrations/uniswap/v3/Uniswap.sol#L8
imported name IERC7579Account is not used
|
build / forge-build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache/save@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test-unit / forge-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|