build(deps-dev): bump solhint from 3.4.1 to 3.5.1 #978
ci.yml
on: pull_request
tests
4m 17s
forge_tests
3m 41s
gas_report
2m 45s
lint
38s
slither
3m 42s
coverage
6m 32s
forge_coverage
2m 0s
Annotations
10 warnings
lint:
contracts/child/ChildERC1155.sol#L6
global import of path @openzeppelin/contracts-upgradeable/token/ERC1155/ERC1155Upgradeable.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/child/ChildERC1155.sol#L7
global import of path @openzeppelin/contracts-upgradeable/utils/StringsUpgradeable.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/child/ChildERC1155.sol#L8
global import of path ../lib/EIP712MetaTransaction.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/child/ChildERC1155.sol#L9
global import of path ../interfaces/child/IChildERC1155.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/child/ChildERC1155.sol#L23
Error message for require is too long: 37 counted / 32 allowed
|
lint:
contracts/child/ChildERC1155.sol#L56
Missing named parameters. Max unnamed parameters value is 2
|
lint:
contracts/child/ChildERC1155.sol#L72
Missing named parameters. Max unnamed parameters value is 2
|
lint:
contracts/child/ChildERC1155.sol#L84
Missing named parameters. Max unnamed parameters value is 2
|
lint:
contracts/child/ChildERC1155.sol#L97
Missing named parameters. Max unnamed parameters value is 2
|
lint:
contracts/child/ChildERC1155Predicate.sol#L4
global import of path @openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|