refactor(deploy): Condense deploy template with latest tools #145
Annotations
11 warnings
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/.
|
Run yarn lint:ci:
contracts/external/OpenZeppelinImports.sol#L2
Compiler version ^0.8.0 does not satisfy the 0.8.19 semver requirement
|
Run yarn lint:ci:
contracts/external/OpenZeppelinImports.sol#L6
imported name TransparentUpgradeableProxy is not used
|
Run yarn lint:ci:
contracts/external/OpenZeppelinImports.sol#L7
imported name AccessControlEnumerable is not used
|
Run yarn lint:ci:
contracts/external/OpenZeppelinImports.sol#L8
imported name ERC20 is not used
|
Run yarn lint:ci:
contracts/external/OpenZeppelinImports.sol#L11
Code contains empty blocks
|
Run yarn lint:ci:
contracts/external/ProxyAdmin.sol#L4
Compiler version ^0.8.0 does not satisfy the 0.8.19 semver requirement
|
Run yarn lint:ci:
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)
|
Run yarn lint:ci:
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)
|
Run yarn lint:ci:
contracts/external/ProxyAdmin.sol#L31
Provide an error message for require
|
Run yarn lint:ci:
contracts/external/ProxyAdmin.sol#L31
Use Custom Errors instead of require statements
|
Loading