Skip to content

TokenPaymaster (0.7, Adjusted) #2258

TokenPaymaster (0.7, Adjusted)

TokenPaymaster (0.7, Adjusted) #2258

Triggered via pull request October 2, 2024 15:23
Status Failure
Total duration 2m 37s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
lint
Process completed with exit code 1.
lint
The following actions use a deprecated Node.js version 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