copy fixes #1842
Annotations
9 warnings
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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:
examples/sample-foundry-project/src/Greeter.sol#L6
global import of path ./Library.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
lint:
examples/sample-foundry-project/src/Greeter.sol#L7
global import of path ./ClonedGreeter.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
lint:
examples/sample-hardhat-project/contracts/ClonedGreeter.sol#L4
global import of path hardhat/console.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
lint:
examples/sample-hardhat-project/contracts/Greeter.sol#L4
global import of path hardhat/console.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
lint:
examples/sample-hardhat-project/contracts/Greeter.sol#L6
global import of path ./Library.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
lint:
examples/sample-hardhat-project/contracts/Greeter.sol#L7
global import of path ./ClonedGreeter.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
lint:
packages/registry/contracts/CannonRegistry.sol#L252
Use Custom Errors instead of revert statements
|
build (18.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
|