Skip to content

chore: add a disclaimer #148

chore: add a disclaimer

chore: add a disclaimer #148

Re-run triggered December 2, 2024 14:56
Status Failure
Total duration 1m 34s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
lint_and_test
Process completed with exit code 1.
scan / scan
Unable to write summary to pull-request. Make sure you are giving this workflow the permission 'pull-requests: write'.
lint_and_test: src/account/CoreAccount.sol#L47
Immutable variables name are set to be in capitalized SNAKE_CASE
lint_and_test: src/account/CoreAccount.sol#L60
GC: Use Custom Errors instead of require statements
lint_and_test: src/account/CoreAccount.sol#L65
Explicitly mark visibility in function (Set ignoreConstructors to true if using solidity >=0.7.0)
lint_and_test: src/account/CoreAccount.sol#L72
Function name must be in mixedCase
lint_and_test: src/account/CoreAccount.sol#L107
GC: Use Custom Errors instead of require statements
lint_and_test: src/account/CoreAccount.sol#L108
GC: Use Custom Errors instead of require statements
lint_and_test: src/account/CoreAccount.sol#L118
GC: Use Custom Errors instead of require statements
lint_and_test: src/account/v1/ECDSAAccount.sol#L52
Code contains empty blocks
lint_and_test: src/account/v1/ECDSAAccount.sol#L56
Explicitly mark visibility in function (Set ignoreConstructors to true if using solidity >=0.7.0)
lint_and_test: src/account/v1/factory/ECDSAAccountFactory.sol#L21
global import of path ../ECDSAAccount.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)