Skip to content

Bump solhint from 3.5.1 to 3.6.2 #1390

Bump solhint from 3.5.1 to 3.6.2

Bump solhint from 3.5.1 to 3.6.2 #1390

Triggered via pull request September 8, 2023 14:22
Status Failure
Total duration 1m 27s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

test.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 32 warnings
test (18.x, 3.9.x): contracts/EtherbaseUpgradeable.sol#L71
Function order is incorrect, constructor/initializer can not go after external function (line 64)
test (18.x, 3.9.x)
Process completed with exit code 1.
test (16.x, 3.10.x): contracts/EtherbaseUpgradeable.sol#L71
Function order is incorrect, constructor/initializer can not go after external function (line 64)
test (16.x, 3.10.x)
The operation was canceled.
test (16.x, 3.8.x)
The operation was canceled.
test (18.x, 3.8.x)
The operation was canceled.
test (18.x, 3.10.x)
The operation was canceled.
test (16.x, 3.9.x)
The operation was canceled.
test (18.x, 3.9.x)
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/
test (18.x, 3.9.x): 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)
test (18.x, 3.9.x): 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)
test (18.x, 3.9.x): contracts/Etherbase.sol#L35
Rule is set with explicit type [var/s: uint]
test (18.x, 3.9.x): contracts/Etherbase.sol#L40
Rule is set with explicit type [var/s: uint]
test (18.x, 3.9.x): contracts/Etherbase.sol#L44
Use Custom Errors instead of require statements
test (18.x, 3.9.x): contracts/Etherbase.sol#L61
Rule is set with explicit type [var/s: uint]
test (18.x, 3.9.x): contracts/Etherbase.sol#L62
Use Custom Errors instead of require statements
test (18.x, 3.9.x): contracts/Etherbase.sol#L63
Use Custom Errors instead of require statements
test (18.x, 3.9.x): 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)
test (18.x, 3.9.x): 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)
test (18.x, 3.9.x)
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, 3.10.x)
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/
test (16.x, 3.10.x)
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, 3.10.x): 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)
test (16.x, 3.10.x): 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)
test (16.x, 3.10.x): contracts/Etherbase.sol#L35
Rule is set with explicit type [var/s: uint]
test (16.x, 3.10.x): contracts/Etherbase.sol#L40
Rule is set with explicit type [var/s: uint]
test (16.x, 3.10.x): contracts/Etherbase.sol#L44
Use Custom Errors instead of require statements
test (16.x, 3.10.x): contracts/Etherbase.sol#L61
Rule is set with explicit type [var/s: uint]
test (16.x, 3.10.x): contracts/Etherbase.sol#L62
Use Custom Errors instead of require statements
test (16.x, 3.10.x): contracts/Etherbase.sol#L63
Use Custom Errors instead of require statements
test (16.x, 3.10.x): 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)
test (16.x, 3.10.x): 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)
test (16.x, 3.8.x)
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/
test (16.x, 3.8.x)
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 (18.x, 3.8.x)
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/
test (18.x, 3.8.x)
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 (18.x, 3.10.x)
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/
test (18.x, 3.10.x)
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, 3.9.x)
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/
test (16.x, 3.9.x)
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/