Skip to content

remove hre. from ethers.getContractAt #84

remove hre. from ethers.getContractAt

remove hre. from ethers.getContractAt #84

Triggered via push July 10, 2024 09:05
Status Success
Total duration 1m 4s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
test: contracts/DaoTimelockUpgradable.sol#L3
global import of path @openzeppelin/contracts-upgradeable/proxy/utils/UUPSUpgradeable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
test: contracts/DaoTimelockUpgradable.sol#L4
global import of path @openzeppelin/contracts-upgradeable/governance/TimelockControllerUpgradeable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
test: contracts/DaoTimelockUpgradable.sol#L22
Code contains empty blocks
test: contracts/Governor.sol#L4
global import of path @openzeppelin/contracts-upgradeable/governance/GovernorUpgradeable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
test: contracts/Governor.sol#L5
global import of path @openzeppelin/contracts-upgradeable/governance/extensions/GovernorSettingsUpgradeable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
test: contracts/Governor.sol#L6
global import of path @openzeppelin/contracts-upgradeable/governance/extensions/GovernorCountingSimpleUpgradeable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
test: contracts/Governor.sol#L7
global import of path @openzeppelin/contracts-upgradeable/governance/extensions/GovernorStorageUpgradeable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
test: contracts/Governor.sol#L8
global import of path @openzeppelin/contracts-upgradeable/governance/extensions/GovernorVotesUpgradeable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
test: contracts/Governor.sol#L9
global import of path @openzeppelin/contracts-upgradeable/governance/extensions/GovernorVotesQuorumFractionUpgradeable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
test: contracts/Governor.sol#L10
global import of path @openzeppelin/contracts-upgradeable/governance/extensions/GovernorTimelockControlUpgradeable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)