7779 bases management + use in MSA #39
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint the code:
src/core/AccountBase.sol#L43
Avoid to use inline assembly. It is acceptable only in rare cases
|
Lint the code:
src/core/ERC7779Adapter.sol#L32
Avoid to use inline assembly. It is acceptable only in rare cases
|
Lint the code:
src/core/ERC7779Adapter.sol#L40
Avoid to use inline assembly. It is acceptable only in rare cases
|
Lint the code:
src/core/ERC7779Adapter.sol#L57
GC: Use Custom Errors instead of require statements
|
Lint the code:
src/core/ExecutionHelper.sol#L53
Avoid to use inline assembly. It is acceptable only in rare cases
|
Lint the code:
src/core/ExecutionHelper.sol#L78
Avoid to use inline assembly. It is acceptable only in rare cases
|
Lint the code:
src/core/ExecutionHelper.sol#L98
Avoid to use inline assembly. It is acceptable only in rare cases
|
Lint the code:
src/core/ExecutionHelper.sol#L123
Avoid to use inline assembly. It is acceptable only in rare cases
|
Lint the code:
src/core/HookManager.sol#L4
global import of path ./ModuleManager.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Lint the code:
src/core/HookManager.sol#L5
global import of path ../interfaces/IERC7579Account.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Loading