build: instant profit unlocking #63
Merged
Annotations
12 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
src/BaseTokenizedStrategy.sol#L87
Constant name must be in capitalized SNAKE_CASE
|
src/BaseTokenizedStrategy.sol#L106
Variable name must be in mixedCase
|
src/BaseTokenizedStrategy.sol#L134
Avoid to use inline assembly. It is acceptable only in rare cases
|
src/BaseTokenizedStrategy.sol#L237
Code contains empty blocks
|
src/BaseTokenizedStrategy.sol#L322
Code contains empty blocks
|
src/BaseTokenizedStrategy.sol#L428
Avoid to use low level calls
|
src/BaseTokenizedStrategy.sol#L439
When fallback is not payable you will not be able to receive ether
|
src/BaseTokenizedStrategy.sol#L439
Fallback function must be simple
|
src/BaseTokenizedStrategy.sol#L443
Avoid to use inline assembly. It is acceptable only in rare cases
|
src/interfaces/IFactory.sol#L5
Function name must be in mixedCase
|
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/
|
The logs for this run have expired and are no longer available.
Loading