Merge pull request #1 from QiteBlock/feature/t-rex #3
Annotations
10 errors and 11 warnings
ci:
contracts/_testContracts/TestERC20.sol#L44
Line length must be no more than 120 but current length is 129
|
ci:
contracts/compliance/legacy/features/ApproveTransfer.sol#L149
Line length must be no more than 120 but current length is 121
|
ci:
contracts/compliance/modular/ModularCompliance.sol#L272
Line length must be no more than 120 but current length is 123
|
ci:
contracts/compliance/modular/modules/MaxBalanceModule.sol#L253
Line length must be no more than 120 but current length is 125
|
ci:
contracts/compliance/modular/modules/MaxBalanceModule.sol#L310
Line length must be no more than 120 but current length is 125
|
|
|
|
|
|
ci
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, pnpm/action-setup@v2, 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/
|
ci:
contracts/_testContracts/ClaimIssuerTrick.sol#L7
Variable "claimTopic" is unused
|
ci:
contracts/_testContracts/ClaimIssuerTrick.sol#L8
Variable "sig" is unused
|
ci:
contracts/_testContracts/ClaimIssuerTrick.sol#L9
Variable "data" is unused
|
ci:
contracts/_testContracts/ClaimIssuerTrick.sol#L15
Use Custom Errors instead of revert statements
|
ci:
contracts/_testContracts/MockContract.sol#L5
Explicitly mark visibility of state
|
ci:
contracts/_testContracts/MockContract.sol#L6
Explicitly mark visibility of state
|
ci:
contracts/_testContracts/MockContract.sol#L16
Variable "investor" is unused
|
ci:
contracts/_testContracts/TestERC20.sol#L63
global import of path @openzeppelin/contracts/token/ERC20/extensions/ERC20Pausable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
ci:
contracts/_testContracts/TestERC20.sol#L64
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)
|
ci:
contracts/_testContracts/TestUpgradedCountryAllowModule.sol#L65
global import of path ../compliance/modular/modules/CountryAllowModule.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|