Skip to content

[Do not merge] Setup hardhat zksync plugin #2245

[Do not merge] Setup hardhat zksync plugin

[Do not merge] Setup hardhat zksync plugin #2245

Triggered via pull request August 8, 2024 21:31
Status Success
Total duration 2m 18s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
lint: contracts/base/ERC1155Base.sol#L8
global import of path ../extension/ContractMetadata.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/base/ERC1155Base.sol#L9
global import of path ../extension/Multicall.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/base/ERC1155Base.sol#L10
global import of path ../extension/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: contracts/base/ERC1155Base.sol#L11
global import of path ../extension/Royalty.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/base/ERC1155Base.sol#L12
global import of path ../extension/BatchMintMetadata.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/base/ERC1155Base.sol#L14
global import of path ../lib/Strings.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/base/ERC1155Base.sol#L101
Use Custom Errors instead of require statements
lint: contracts/base/ERC1155Base.sol#L111
Use Custom Errors instead of require statements
lint: contracts/base/ERC1155Base.sol#L136
Use Custom Errors instead of require statements
lint: contracts/base/ERC1155Base.sol#L137
Use Custom Errors instead of require statements