feat: yield preference sent in payment #37
Annotations
10 warnings
Run yarn lint:check:
test/integration/Grateful.t.sol#L167
Line length must be no more than 120 but current length is 121
|
Run yarn lint:check:
src/contracts/Grateful.sol#L19
Line length must be no more than 120 but current length is 121
|
Run yarn lint:check:
src/contracts/Grateful.sol#L131
Function order is incorrect, external function can not go after public view function (line 122)
|
Run yarn lint:check:
src/contracts/OneTime.sol#L8
Variable "console" is unused
|
Run yarn lint:check:
src/contracts/OneTime.sol#L14
Explicitly mark visibility of state
|
Run yarn lint:check:
src/contracts/OneTime.sol#L14
Immutable variables name should be capitalized SNAKE_CASE
|
Run yarn lint:check:
src/contracts/OneTime.sol#L14
'grateful' should start with _
|
Run yarn lint:check:
src/interfaces/IGrateful.sol#L6
Variable "IERC20" is unused
|
Run yarn lint:check:
src/interfaces/IGrateful.sol#L153
Function order is incorrect, external function can not go after external view function (line 141)
|
Run yarn lint:check:
script/Deploy.sol#L7
Variable "AaveV3Vault" is unused
|
Loading