Skip to content

pass deadline into afEth.applyRewards and votium.depositRewards #341

pass deadline into afEth.applyRewards and votium.depositRewards

pass deadline into afEth.applyRewards and votium.depositRewards #341

Triggered via pull request October 30, 2023 18:17
Status Failure
Total duration 1m 43s
Artifacts

lint-github-action.yml

on: pull_request
Run Tests & Lint
1m 31s
Run Tests & Lint
Fit to window
Zoom out
Zoom in

Annotations

1 error and 5 warnings
Run Tests & Lint
Process completed with exit code 1.
Run Tests & Lint: contracts/AfEth.sol#L4
global import of path @openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Run Tests & Lint: contracts/AfEth.sol#L5
global import of path contracts/strategies/votium/VotiumStrategy.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Run Tests & Lint: contracts/AfEth.sol#L6
global import of path contracts/external_interfaces/IVotiumStrategy.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Run Tests & Lint: contracts/AfEth.sol#L7
global import of path contracts/external_interfaces/ISafEth.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Run Tests & Lint: contracts/AfEth.sol#L8
global import of path contracts/strategies/AbstractStrategy.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)