Bump solhint from 3.4.1 to 5.0.3 #2684
Annotations
3 errors and 10 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.
|
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