Skip to content

Merge pull request #6 from rhinestonewtf/feat/smart-session-bases #37

Merge pull request #6 from rhinestonewtf/feat/smart-session-bases

Merge pull request #6 from rhinestonewtf/feat/smart-session-bases #37

Triggered via push October 22, 2024 16:32
Status Success
Total duration 40s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

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/ERC7579ModuleBase.sol#L11
Explicitly mark visibility of state
lint / forge-lint: src/interfaces/IPolicy.sol#L4
imported name _packValidationData is not used
lint / forge-lint: src/interfaces/IPolicy.sol#L7
imported name VALIDATION_SUCCESS is not used
lint / forge-lint: src/interfaces/IPolicy.sol#L8
imported name VALIDATION_FAILED is not used
lint / forge-lint: src/interfaces/IPolicy.sol#L11
global import of path forge-std/interfaces/IERC165.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)