chore: v3.0.1 (#18) #50
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
12 warnings
solidity
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
solidity:
src/interfaces/IStrategyInterface.sol#L6
Code contains empty blocks
|
solidity:
src/periphery/StrategyAprOracle.sol#L29
Variable "_strategy" is unused
|
solidity:
src/periphery/StrategyAprOracle.sol#L30
Variable "_delta" is unused
|
solidity:
src/Strategy.sol#L46
Code contains empty blocks
|
solidity:
src/Strategy.sol#L73
Code contains empty blocks
|
solidity:
src/test/Operation.t.sol#L4
global import of path forge-std/console.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
solidity:
src/test/Operation.t.sol#L22
Function name must be in mixedCase
|
solidity:
src/test/Operation.t.sol#L57
Function name must be in mixedCase
|
solidity:
src/test/Operation.t.sol#L100
Function body contains 63 lines but allowed no more than 50 lines
|
solidity:
src/test/Operation.t.sol#L100
Function name must be in mixedCase
|
solidity
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|