Bump solhint from 3.4.1 to 5.0.3 #2673
Annotations
2 errors and 11 warnings
Lint:
contracts/Marionette.sol#L69
Function order is incorrect, constructor/initializer can not go after receive function (line 65)
|
Lint
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Lint:
contracts/Marionette.sol#L44
GC: [sender] on Event [EtherReceived] could be Indexed
|
Lint:
contracts/Marionette.sol#L44
GC: [amount] on Event [EtherReceived] could be Indexed
|
Lint:
contracts/Marionette.sol#L46
Rule is set with explicit type [var/s: uint]
|
Lint:
contracts/Marionette.sol#L49
GC: [receiver] on Event [EtherSent] could be Indexed
|
Lint:
contracts/Marionette.sol#L49
GC: [amount] on Event [EtherSent] could be Indexed
|
Lint:
contracts/Marionette.sol#L51
Rule is set with explicit type [var/s: uint]
|
Lint:
contracts/Marionette.sol#L69
Function initialize() must match Foundry test naming convention
|
Lint:
contracts/Marionette.sol#L78
Function postMessage() must match Foundry test naming convention
|
Lint:
contracts/Marionette.sol#L86
GC: Use Custom Errors instead of require statements
|
Lint:
contracts/Marionette.sol#L87
GC: Use Custom Errors instead of require statements
|
Loading