Run tests and lint #70
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)
|