Use snake case for attributes #60
Annotations
1 error and 16 warnings
Foundry tests
Process completed with exit code 1.
|
Install dependencies
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Install dependencies
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Solidity lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Solidity lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Solidity lint:
src/proxies/openzeppelin/BeaconProxy.sol#L8
global import of path @openzeppelin/contracts/proxy/beacon/IBeacon.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Solidity lint:
src/proxies/openzeppelin/BeaconProxy.sol#L9
global import of path @openzeppelin/contracts/proxy/Proxy.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Solidity lint:
src/proxies/openzeppelin/BeaconProxy.sol#L10
global import of path @openzeppelin/contracts/proxy/ERC1967/ERC1967Upgrade.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Solidity lint:
src/proxies/openzeppelin/ERC1967Proxy.sol#L8
global import of path @openzeppelin/contracts/proxy/Proxy.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Solidity lint:
src/proxies/openzeppelin/ERC1967Proxy.sol#L9
global import of path @openzeppelin/contracts/proxy/ERC1967/ERC1967Upgrade.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Solidity lint:
src/proxies/openzeppelin/TransparentUpgradeableProxy.sol#L12
global import of path ./ERC1967Proxy.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Solidity lint:
src/proxies/openzeppelin/TransparentUpgradeableProxy.sol#L93
Avoid to use inline assembly. It is acceptable only in rare cases
|
Solidity lint:
src/proxies/openzeppelin/TransparentUpgradeableProxy.sol#L181
Provide an error message for require
|
Solidity lint:
src/tokens/wrappers/clawback/ClawbackMetadata.sol#L161
Provide an error message for revert
|
Solidity lint:
src/tokens/wrappers/clawback/ClawbackMetadata.sol#L174
Provide an error message for revert
|
Foundry tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Foundry tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|