Bump solhint from 3.4.1 to 5.0.4 #2909
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.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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