Skip to content

fix: #128

fix: #128 #646

Triggered via push October 18, 2023 14:12
Status Success
Total duration 2m 26s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
lint_and_test
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/
lint_and_test: 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)
lint_and_test: 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)
lint_and_test: 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)
lint_and_test: 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)
lint_and_test: 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)
lint_and_test: 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)
lint_and_test: contracts/factory/CustomSmartWalletFactory.sol#L183
Avoid making time-based decisions in your business logic
lint_and_test: 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)
lint_and_test: 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)
lint_and_test: 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)