Bump solhint from 3.5.1 to 3.6.2 #1392
Annotations
10 errors and 2 warnings
contracts/Etherbase.sol#L24
global import of path @openzeppelin/contracts/access/AccessControlEnumerable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
contracts/Etherbase.sol#L26
global import of path ./interfaces/IEtherbase.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
contracts/Etherbase.sol#L35
Rule is set with explicit type [var/s: uint]
|
contracts/Etherbase.sol#L40
Rule is set with explicit type [var/s: uint]
|
contracts/Etherbase.sol#L44
Use Custom Errors instead of require statements
|
contracts/Etherbase.sol#L61
Rule is set with explicit type [var/s: uint]
|
contracts/Etherbase.sol#L62
Use Custom Errors instead of require statements
|
contracts/Etherbase.sol#L63
Use Custom Errors instead of require statements
|
contracts/EtherbaseUpgradeable.sol#L24
global import of path @openzeppelin/contracts-upgradeable/access/AccessControlEnumerableUpgradeable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
contracts/EtherbaseUpgradeable.sol#L26
global import of path ./interfaces/IEtherbaseUpgradeable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2, actions/setup-node@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
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/
|
The logs for this run have expired and are no longer available.
Loading