Feat/script #31
Annotations
1 error and 11 warnings
Run npx prettier -c .
Process completed with exit code 1.
|
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 npx solhint "contracts/**/*.sol":
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)
|
Run npx solhint "contracts/**/*.sol":
contracts/BLS/BLS.sol#L110
Use Custom Errors instead of require statements
|
Run npx solhint "contracts/**/*.sol":
contracts/BLS/BLS.sol#L112
Use Custom Errors instead of require statements
|
Run npx solhint "contracts/**/*.sol":
contracts/BLS/BLS.sol#L151
Use Custom Errors instead of require statements
|
Run npx solhint "contracts/**/*.sol":
contracts/BLS/BLS.sol#L201
Use Custom Errors instead of require statements
|
Run npx solhint "contracts/**/*.sol":
contracts/BLS/BLS.sol#L210
Use Custom Errors instead of require statements
|
Run npx solhint "contracts/**/*.sol":
contracts/BLS/BLS.sol#L265
Use Custom Errors instead of require statements
|
Run npx solhint "contracts/**/*.sol":
contracts/BLS/libs/ModExp.sol#L27
Found more than One contract per file. 2 contracts found!
|
Run npx solhint "contracts/**/*.sol":
contracts/common/Governed/Governed.sol#L4
global import of path @openzeppelin/contracts-upgradeable/access/AccessControlUpgradeable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Run npx solhint "contracts/**/*.sol":
contracts/common/Governed/Governed.sol#L7
Function name must be in mixedCase
|
Loading