Stable rate borrowing #1568
Annotations
10 errors and 4 warnings
contracts/Comptroller.sol#L600
Function order is incorrect, external function can not go after external view function (line 583)
|
contracts/InterestRate/StableRateModel.sol#L4
Unexpected import of console file
|
contracts/InterestRate/StableRateModel.sol#L4
global import of path hardhat/console.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
contracts/InterestRate/StableRateModel.sol#L11
Constant name must be in capitalized SNAKE_CASE
|
contracts/InterestRate/StableRateModel.sol#L16
Constant name must be in capitalized SNAKE_CASE
|
contracts/InterestRateModel.sol#L22
Function order is incorrect, external view function can not go after external pure function (line 13)
|
contracts/test/VTokenHarness.sol#L32
Function order is incorrect, external pure function can not go after internal view function (line 28)
|
contracts/VToken.sol#L653
Function order is incorrect, external function can not go after external view function (line 637)
|
contracts/VTokenInterfaces.sol#L79
Constant name must be in capitalized SNAKE_CASE
|
contracts/VTokenInterfaces.sol#L168
Function order is incorrect, struct definition can not go after state variable declaration (line 166)
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
contracts/test/MockDeflationaryToken.sol#L11
Variable name must be in mixedCase
|
contracts/test/MockDeflationaryToken.sol#L21
Avoid to use inline assembly. It is acceptable only in rare cases
|
contracts/test/VTokenHarness.sol#L226
Code contains empty blocks
|
The logs for this run have expired and are no longer available.
Loading