Skip to content

Merge pull request #9 from yearn/non-deterministic #45

Merge pull request #9 from yearn/non-deterministic

Merge pull request #9 from yearn/non-deterministic #45

Triggered via push May 10, 2024 21:15
Status Success
Total duration 25s
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#L34
Immutable variables name are set to be in capitalized SNAKE_CASE
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: src/L1Deployer.sol#L64
Immutable variables name are set to be in capitalized SNAKE_CASE
solidity: src/L1Deployer.sol#L278
Function body contains 53 lines but allowed no more than 50 lines
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/