Skip to content

remove lib

remove lib #7

Triggered via push January 8, 2024 16:25
Status Failure
Total duration 18s
Artifacts

lint.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 8 warnings
build
Process completed with exit code 1.
lint: src/mocks/ERC1155Loot.sol#L4
global import of path @openzeppelin/contracts/access/AccessControl.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: src/mocks/ERC1155Loot.sol#L5
global import of path @openzeppelin/contracts/token/ERC1155/ERC1155.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: src/mocks/ERC1155Loot.sol#L7
global import of path ../interfaces/IERC1155Loot.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: src/mocks/MockERC20.sol#L4
global import of path @openzeppelin/contracts/token/ERC20/ERC20.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: src/mocks/MockERC20.sol#L5
global import of path @openzeppelin/contracts/access/Ownable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: src/mocks/MockERC721.sol#L4
global import of path @openzeppelin/contracts/token/ERC721/ERC721.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: src/mocks/MockERC721.sol#L5
global import of path @openzeppelin/contracts/access/Ownable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: src/mocks/MockERC721.sol#L11
Variable "receiver" is unused