fix: equality (#71) #218
Annotations
3 errors and 14 warnings
|
|
|
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 `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/
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|
contracts/DistributionCreator.sol#L39
imported name IERC20Metadata is not used
|
contracts/DistributionCreator.sol#L44
imported name IUniswapV3Pool is not used
|
contracts/DistributionCreator.sol#L46
global import of path ./utils/UUPSHelper.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
contracts/Distributor.sol#L42
global import of path ./utils/UUPSHelper.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
contracts/interfaces/CoreModuleInterfaces.sol#L3
Found more than One contract per file. 4 contracts found!
|
contracts/interfaces/ITreasury.sol#L6
imported name ICore is not used
|
contracts/middleman/MerklFraxIncentivizationHandler.sol#L7
global import of path @openzeppelin/contracts/access/Ownable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
contracts/middleman/MerklFraxIncentivizationHandler.sol#L9
global import of path ../DistributionCreator.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
contracts/middleman/MerklFraxIncentivizationHandler.sol#L39
Use Custom Errors instead of require statements
|
contracts/middleman/MerklGaugeMiddleman.sol#L41
global import of path ../DistributionCreator.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
This job failed
Loading