feat(mocks): add policy and stateless validator mocks #32
ci.yml
on: pull_request
lint
/
forge-lint
20s
build
/
forge-build
33s
Annotations
10 warnings
lint / forge-lint:
src/ERC7579ExecutorBase.sol#L4
global import of path ./external/ERC7579.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/ERC7579ModuleBase.sol#L7
Explicitly mark visibility of state
|
lint / forge-lint:
src/ERC7579ModuleBase.sol#L8
Explicitly mark visibility of state
|
lint / forge-lint:
src/ERC7579ModuleBase.sol#L9
Explicitly mark visibility of state
|
lint / forge-lint:
src/ERC7579ModuleBase.sol#L10
Explicitly mark visibility of state
|
lint / forge-lint:
src/mocks/MockExecutor.sol#L5
imported name IERC7579Account is not used
|
lint / forge-lint:
src/mocks/MockExecutor.sol#L28
Variable "smartAccount" is unused
|
lint / forge-lint:
src/mocks/MockFallback.sol#L19
Variable "smartAccount" is unused
|
lint / forge-lint:
src/mocks/MockHook.sol#L23
Variable "smartAccount" is unused
|
lint / forge-lint:
src/mocks/MockHookMultiPlexer.sol#L15
Main key parameter in mapping hooks is not named
|