Skip to content

v3.15.0 (#641)

v3.15.0 (#641) #2227

Triggered via push April 30, 2024 20:50
Status Success
Total duration 2m 31s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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