Skip to content

SM-16 #comment add build requirement #2

SM-16 #comment add build requirement

SM-16 #comment add build requirement #2

Triggered via push October 5, 2023 00:31
Status Success
Total duration 12m 37s
Artifacts

config.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: contracts/AuthorizedAccounts.sol#L4
global import of path @openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
build: contracts/AuthorizedAccounts.sol#L5
global import of path @openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
build: contracts/AuthorizedAccounts.sol#L6
global import of path @openzeppelin/contracts/utils/introspection/ERC165.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
build: contracts/AuthorizedAccounts.sol#L8
global import of path ./interfaces/IAuthorizedAccounts.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
build: contracts/epochs/EpochsManager.sol#L4
global import of path @openzeppelin/contracts/token/ERC721/IERC721.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
build: contracts/epochs/EpochsManager.sol#L5
global import of path @openzeppelin/contracts/utils/introspection/ERC165.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
build: contracts/epochs/EpochsManager.sol#L6
global import of path @openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
build: contracts/epochs/EpochsManager.sol#L7
global import of path @openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
build: contracts/epochs/EpochsManager.sol#L9
global import of path ../Registries.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
build: contracts/epochs/EpochsManager.sol#L10
global import of path ../staking/Directory.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)