This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
[feat] implement and prove allowance mechanism for ERC5725 #65
Annotations
9 errors and 12 warnings
test (16.x, ubuntu-latest):
contracts/IERC5725.sol#L7
Line length must be no more than 120 but current length is 124
|
test (16.x, ubuntu-latest):
contracts/IERC5725.sol#L8
Line length must be no more than 120 but current length is 228
|
test (16.x, ubuntu-latest):
contracts/IERC5725.sol#L38
Line length must be no more than 120 but current length is 232
|
test (16.x, ubuntu-latest):
contracts/IERC5725.sol#L59
Line length must be no more than 120 but current length is 151
|
test (16.x, ubuntu-latest):
contracts/IERC5725.sol#L60
Line length must be no more than 120 but current length is 128
|
test (16.x, ubuntu-latest):
contracts/IERC5725.sol#L67
Line length must be no more than 120 but current length is 136
|
test (16.x, ubuntu-latest):
contracts/IERC5725.sol#L68
Line length must be no more than 120 but current length is 137
|
test (16.x, ubuntu-latest):
contracts/IERC5725.sol#L84
Line length must be no more than 120 but current length is 173
|
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#L9
global import of path ./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/IERC5725.sol#L2
Compiler version ^0.8.0 does not satisfy the 0.8.17 semver requirement
|
test (16.x, ubuntu-latest):
contracts/IERC5725.sol#L3
global import of path @openzeppelin/contracts/token/ERC721/IERC721.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/mocks/ERC20Mock.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)
|
test (16.x, ubuntu-latest):
contracts/reference/LinearVestingNFT.sol#L4
global import of path ../ERC5725.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|