Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Remove unexplicit imports #302

Remove unexplicit imports

Remove unexplicit imports #302

Triggered via pull request January 7, 2024 23:34
Status Failure
Total duration 1m 44s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
lint
Process completed with exit code 1.
check_hashes
Process completed with exit code 1.
lint: contracts/AccountCodeStorage.sol#L5
global import of path ./interfaces/IAccountCodeStorage.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: contracts/AccountCodeStorage.sol#L6
global import of path ./libraries/Utils.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: contracts/AccountCodeStorage.sol#L26
Use Custom Errors instead of require statements
lint: contracts/AccountCodeStorage.sol#L37
Use Custom Errors instead of require statements
lint: contracts/AccountCodeStorage.sol#L48
Use Custom Errors instead of require statements
lint: contracts/AccountCodeStorage.sol#L57
Use Custom Errors instead of require statements
lint: contracts/BootloaderUtilities.sol#L37
Use Custom Errors instead of revert statements
lint: contracts/BootloaderUtilities.sol#L92
Use Custom Errors instead of require statements
lint: contracts/BootloaderUtilities.sol#L191
Use Custom Errors instead of require statements
lint: contracts/BootloaderUtilities.sol#L286
Use Custom Errors instead of require statements