Skip to content

Merge pull request #5 from yearn/deployer #23

Merge pull request #5 from yearn/deployer

Merge pull request #5 from yearn/deployer #23

Triggered via push April 25, 2024 16:50
Status Success
Total duration 23s
Billable time 1m
Artifacts

lint.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
solidity
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v1, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/DeployerBase.sol#L2
Compiler version ^0.8.20 does not satisfy the 0.8.18 semver requirement
solidity: src/DeployerBase.sol#L17
Constant name must be in capitalized SNAKE_CASE
solidity: src/DeployerBase.sol#L30
Immutable variables name are set to be in capitalized SNAKE_CASE
solidity: src/interfaces/ICREATE3Factory.sol#L2
Compiler version 0.8.23 does not satisfy the 0.8.18 semver requirement
solidity: src/interfaces/Polygon/IPolygonRollupManager.sol#L2
Found more than One contract per file. 4 contracts found!
solidity: src/interfaces/Yearn/IAccountant.sol#L28
Variable name must be in mixedCase
solidity: src/interfaces/Yearn/IStrategy.sol#L7
Code contains empty blocks
solidity: src/interfaces/Yearn/ITokenizedStrategy.sol#L4
imported name ERC20 is not used
solidity: src/L1Deployer.sol#L2
Compiler version ^0.8.20 does not satisfy the 0.8.18 semver requirement
solidity: src/L1Deployer.sol#L4
imported name Proxy is not used
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/