Skip to content

chore: update periphery (#55) #137

chore: update periphery (#55)

chore: update periphery (#55) #137

Triggered via push January 8, 2026 20:44
Status Success
Total duration 20s
Artifacts

lint.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
solidity: src/test/FunctionSignature.t.sol#L5
imported name IStrategyInterface is not used
solidity: src/test/FunctionSignature.t.sol#L4
global import of path forge-std/console2.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/StrategyFactory.sol#L64
Use Custom Errors instead of require statements
solidity: src/StrategyFactory.sol#L10
Immutable variables name are set to be in capitalized SNAKE_CASE
solidity: src/StrategyFactory.sol#L4
imported name ERC20 is not used
solidity: src/Strategy.sol#L73
Code contains empty blocks
solidity: src/Strategy.sol#L46
Code contains empty blocks
solidity: src/periphery/StrategyAprOracle.sol#L30
Variable "_delta" is unused
solidity: src/periphery/StrategyAprOracle.sol#L29
Variable "_strategy" is unused
solidity: src/interfaces/IStrategyInterface.sol#L6
Code contains empty blocks
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/