Skip to content

build(deps-dev): bump eslint-plugin-import from 2.27.5 to 2.28.0 #966

build(deps-dev): bump eslint-plugin-import from 2.27.5 to 2.28.0

build(deps-dev): bump eslint-plugin-import from 2.27.5 to 2.28.0 #966

Triggered via pull request August 3, 2023 19:27
Status Success
Total duration 7m 54s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint: contracts/child/ChildERC1155.sol#L6
global import of path @openzeppelin/contracts-upgradeable/token/ERC1155/ERC1155Upgradeable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: contracts/child/ChildERC1155.sol#L7
global import of path @openzeppelin/contracts-upgradeable/utils/StringsUpgradeable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: contracts/child/ChildERC1155.sol#L8
global import of path ../lib/EIP712MetaTransaction.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: contracts/child/ChildERC1155.sol#L9
global import of path ../interfaces/child/IChildERC1155.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: contracts/child/ChildERC1155.sol#L23
Error message for require is too long
lint: contracts/child/ChildERC1155Predicate.sol#L4
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)
lint: contracts/child/ChildERC1155Predicate.sol#L5
global import of path @openzeppelin/contracts/token/ERC1155/IERC1155.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: contracts/child/ChildERC1155Predicate.sol#L6
global import of path @openzeppelin/contracts/proxy/Clones.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: contracts/child/ChildERC1155Predicate.sol#L7
global import of path ../interfaces/child/IChildERC1155Predicate.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: contracts/child/ChildERC1155Predicate.sol#L8
global import of path ../interfaces/child/IChildERC1155.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)