fix: #128 #646
Annotations
11 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Check Linter bugs for Typescript:
contracts/Collector.sol#L5
global import of path ./interfaces/ICollector.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Check Linter bugs for Typescript:
contracts/Collector.sol#L6
global import of path @openzeppelin/contracts/token/ERC20/IERC20.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Check Linter bugs for Typescript:
contracts/Collector.sol#L7
global import of path @openzeppelin/contracts/math/SafeMath.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Check Linter bugs for Typescript:
contracts/factory/CustomSmartWalletFactory.sol#L5
global import of path @openzeppelin/contracts/cryptography/ECDSA.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Check Linter bugs for Typescript:
contracts/factory/CustomSmartWalletFactory.sol#L6
global import of path ../interfaces/ICustomSmartWalletFactory.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Check Linter bugs for Typescript:
contracts/factory/CustomSmartWalletFactory.sol#L7
global import of path ../utils/RSKAddrValidator.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Check Linter bugs for Typescript:
contracts/factory/CustomSmartWalletFactory.sol#L183
Avoid making time-based decisions in your business logic
|
Check Linter bugs for Typescript:
contracts/factory/SmartWalletFactory.sol#L5
global import of path @openzeppelin/contracts/cryptography/ECDSA.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Check Linter bugs for Typescript:
contracts/factory/SmartWalletFactory.sol#L6
global import of path ../interfaces/ISmartWalletFactory.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Check Linter bugs for Typescript:
contracts/factory/SmartWalletFactory.sol#L7
global import of path ../utils/RSKAddrValidator.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
The logs for this run have expired and are no longer available.
Loading