Skip to content

feat complete

feat complete #2

Triggered via push June 25, 2024 10:44
Status Failure
Total duration 1m 11s
Artifacts

ci.yaml

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

Annotations

3 errors and 10 warnings
lint / forge-lint: src/MultiOwnable.sol#L13
Unexpected import of console file
lint / forge-lint: src/SloadLib.sol#L1
Compiler version must be declared
build / forge-build
Process completed with exit code 127.
lint / forge-lint: src/MultiOwnable.sol#L6
imported name SignatureCheckerLib is not used
lint / forge-lint: src/MultiOwnable.sol#L7
imported name SentinelList4337Lib is not used
lint / forge-lint: src/MultiOwnable.sol#L7
imported name SENTINEL is not used
lint / forge-lint: src/MultiOwnable.sol#L8
imported name LibSort is not used
lint / forge-lint: src/MultiOwnable.sol#L11
global import of path ./SloadLib.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/MultiOwnable.sol#L13
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/MultiOwnable.sol#L31
Value parameter in mapping owners is not named
lint / forge-lint: src/MultiOwnable.sol#L33
Explicitly mark visibility of state
lint / forge-lint: src/MultiOwnable.sol#L49
Avoid to use inline assembly. It is acceptable only in rare cases
lint / forge-lint: src/MultiOwnable.sol#L62
Variable "owner" is unused