Merge pull request #1 from 0xStabby/feature/generic-on-chain-metadata #4
Annotations
3 errors and 12 warnings
test (16.x, ubuntu-latest):
contracts/extensions/ERC5725svg.sol#L45
'toAsciiString' should start with _
|
test (16.x, ubuntu-latest):
contracts/extensions/ERC5725svg.sol#L57
'char' should start with _
|
test (16.x, ubuntu-latest)
Process completed with exit code 1.
|
test (16.x, ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test (16.x, ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (16.x, ubuntu-latest):
contracts/ERC5725.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)
|
test (16.x, ubuntu-latest):
contracts/ERC5725.sol#L5
global import of path @openzeppelin/contracts/token/ERC20/IERC20.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
test (16.x, ubuntu-latest):
contracts/ERC5725.sol#L6
global import of path @openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
test (16.x, ubuntu-latest):
contracts/ERC5725.sol#L7
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)
|
test (16.x, ubuntu-latest):
contracts/ERC5725.sol#L8
global import of path @openzeppelin/contracts/utils/Counters.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
test (16.x, ubuntu-latest):
contracts/ERC5725.sol#L10
global import of path @erc-5725/interfaces/IERC5725.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
test (16.x, ubuntu-latest):
contracts/ERC5725.sol#L29
Use Custom Errors instead of require statements
|
test (16.x, ubuntu-latest):
contracts/ERC5725.sol#L37
Use Custom Errors instead of require statements
|
test (16.x, ubuntu-latest):
contracts/ERC5725.sol#L40
Use Custom Errors instead of require statements
|
test (16.x, ubuntu-latest):
contracts/ERC5725.sol#L183
Use Custom Errors instead of require statements
|