Fixes for the immunify bounty + instant exit #15
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run solhint:
contracts/dao/ANGLE.sol#L8
Line length must be no more than 120 but current length is 123
|
Run solhint:
contracts/interfaces/ITimelock.sol#L5
Found more than One contract per file. 2 contracts found!
|
Run solhint:
contracts/interfaces/IVaultManager.sol#L3
Found more than One contract per file. 2 contracts found!
|
Run solhint:
contracts/staking/AngleDistributor.sol#L10
Line length must be no more than 120 but current length is 162
|
Run solhint:
contracts/staking/AngleDistributor.sol#L188
Line length must be no more than 120 but current length is 123
|
Run solhint:
contracts/staking/AngleDistributor.sol#L323
Line length must be no more than 120 but current length is 121
|
Run solhint:
contracts/staking/RewardsDistributor.sol#L27
Line length must be no more than 120 but current length is 121
|
Run solhint:
contracts/staking/RewardsDistributor.sol#L41
Immutable variables name are set to be in capitalized SNAKE_CASE
|
Run solhint:
contracts/staking/RewardsDistributor.sol#L150
Line length must be no more than 120 but current length is 124
|
Run solhint:
contracts/staking/StakingRewards.sol#L25
Immutable variables name are set to be in capitalized SNAKE_CASE
|
Loading