Skip to content

chore(helper): Clean up bnHelper #150

chore(helper): Clean up bnHelper

chore(helper): Clean up bnHelper #150

Triggered via push June 19, 2024 18:58
Status Success
Total duration 41s
Artifacts

lint-test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint: contracts/external/OpenZeppelinImports.sol#L2
Compiler version ^0.8.0 does not satisfy the 0.8.19 semver requirement
lint: contracts/external/OpenZeppelinImports.sol#L6
imported name TransparentUpgradeableProxy is not used
lint: contracts/external/OpenZeppelinImports.sol#L7
imported name AccessControlEnumerable is not used
lint: contracts/external/OpenZeppelinImports.sol#L8
imported name ERC20 is not used
lint: contracts/external/OpenZeppelinImports.sol#L11
Code contains empty blocks
lint: contracts/external/ProxyAdmin.sol#L4
Compiler version ^0.8.0 does not satisfy the 0.8.19 semver requirement
lint: contracts/external/ProxyAdmin.sol#L6
global import of path @openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.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/external/ProxyAdmin.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)
lint: contracts/external/ProxyAdmin.sol#L31
Provide an error message for require
lint: contracts/external/ProxyAdmin.sol#L31
Use Custom Errors instead of require statements