feature: decouple strategyData from GenericSwapData #576
Annotations
1 error and 11 warnings
build (16.x)
Process completed with exit code 1.
|
build (16.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build (16.x):
contracts/abstracts/EIP712.sol#L19
Immutable variables name are set to be in capitalized SNAKE_CASE
|
build (16.x):
contracts/abstracts/EIP712.sol#L20
Immutable variables name are set to be in capitalized SNAKE_CASE
|
build (16.x):
contracts/abstracts/EIP712.sol#L31
Named parameters missing. MIN unnamed argumenst is 4
|
build (16.x):
contracts/abstracts/EIP712.sol#L47
Function order is incorrect, internal view function can not go after private view function (line 36)
|
build (16.x):
contracts/abstracts/EIP712.sol#L53
Function name must be in mixedCase
|
build (16.x):
contracts/abstracts/Ownable.sol#L30
Function order is incorrect, event definition can not go after custom error definition (line 26)
|
build (16.x):
contracts/abstracts/TokenCollector.sol#L25
Function order is incorrect, enum definition can not go after custom error definition (line 20)
|
build (16.x):
contracts/abstracts/TokenCollector.sol#L33
Immutable variables name are set to be in capitalized SNAKE_CASE
|
build (16.x):
contracts/abstracts/TokenCollector.sol#L34
Immutable variables name are set to be in capitalized SNAKE_CASE
|
build (16.x):
contracts/abstracts/TokenCollector.sol#L59
Avoid to use low level calls
|