Skip to content

feat: add deploy account script #8

feat: add deploy account script

feat: add deploy account script #8

Triggered via push July 24, 2024 17:47
Status Failure
Total duration 40s
Artifacts

ci.yml

on: push
test  /  forge-test
test / forge-test
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
lint / forge-lint: script/DeployAccount.s.sol#L23
Unexpected import of console file
lint / forge-lint: script/DeployAccount.s.sol#L77
Unexpected console statement
lint / forge-lint
Process completed with exit code 1.
lint / forge-lint: script/Deploy.s.sol#L21
Variable "msaFactory" is unused
lint / forge-lint: script/Deploy.s.sol#L24
Variable "bootstrap" is unused
lint / forge-lint: script/DeployAccount.s.sol#L5
global import of path src/MSAFactory.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: script/DeployAccount.s.sol#L11
imported name ModeCode is not used
lint / forge-lint: script/DeployAccount.s.sol#L12
imported name CallType is not used
lint / forge-lint: script/DeployAccount.s.sol#L13
imported name ExecType is not used
lint / forge-lint: script/DeployAccount.s.sol#L14
imported name ModeSelector is not used
lint / forge-lint: script/DeployAccount.s.sol#L15
imported name ModePayload is not used
lint / forge-lint: script/DeployAccount.s.sol#L16
imported name CALLTYPE_DELEGATECALL is not used
lint / forge-lint: script/DeployAccount.s.sol#L17
imported name EXECTYPE_DEFAULT is not used