Skip to content

Update .env.dev

Update .env.dev #5

Triggered via push December 26, 2023 08:31
Status Success
Total duration 17s
Artifacts

lint.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
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