penalty is now 1% per week #115
Annotations
1 error and 11 warnings
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
contracts/APRCalculator/APRCalculator.sol#L4
global import of path @openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
contracts/APRCalculator/APRCalculator.sol#L5
global import of path @openzeppelin/contracts/access/AccessControl.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
contracts/APRCalculator/APRCalculatorConnector.sol#L14
Function name must be in mixedCase
|
contracts/APRCalculator/APRCalculatorConnector.sol#L18
Function name must be in mixedCase
|
contracts/BLS/BLS.sol#L29
global import of path ./IBLS.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
contracts/BLS/BLS.sol#L110
Use Custom Errors instead of require statements
|
contracts/BLS/BLS.sol#L112
Use Custom Errors instead of require statements
|
contracts/BLS/BLS.sol#L151
Use Custom Errors instead of require statements
|
contracts/BLS/BLS.sol#L201
Use Custom Errors instead of require statements
|
contracts/BLS/BLS.sol#L210
Use Custom Errors instead of require statements
|
The logs for this run have expired and are no longer available.
Loading