Skip to content

prepare to deploy pendle factory #6

prepare to deploy pendle factory

prepare to deploy pendle factory #6

Triggered via push July 23, 2024 23:02
Status Failure
Total duration 29s
Artifacts

test.yml

on: push
Foundry project
18s
Foundry project
Matrix: Run Linters
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 11 warnings
Run Linters (18.x): src/contracts/factories/gmx/GmxRelayerFactory.sol#L8
Unexpected import of console file
Run Linters (18.x): src/contracts/factories/pendle/PendleRelayerFactory.sol#L9
Unexpected import of console file
Run Linters (18.x): src/contracts/oracles/gmx/GmxGmRelayer.sol#L11
Unexpected import of console file
Run Linters (18.x): src/contracts/oracles/pendle/PendlePtToSyRelayer.sol#L6
Unexpected import of console file
Foundry project
Process completed with exit code 1.
Run Linters (18.x)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, 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/
Run Linters (18.x): src/contracts/factories/FactoryChild.sol#L19
GC: Use Custom Errors instead of require statements
Run Linters (18.x): src/contracts/factories/gmx/GmxRelayerFactory.sol#L8
global import of path forge-std/console2.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Run Linters (18.x): src/contracts/factories/gmx/GmxRelayerFactory.sol#L8
Import 'forge-std/console2.sol' in contract GmxRelayerFactory should be declared as import {contract_to_import} from 'forge-std/console2.sol';
Run Linters (18.x): src/contracts/factories/pendle/PendleRelayerFactory.sol#L9
global import of path forge-std/console2.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Run Linters (18.x): src/contracts/factories/pendle/PendleRelayerFactory.sol#L9
Import 'forge-std/console2.sol' in contract PendleRelayerFactory should be declared as import {contract_to_import} from 'forge-std/console2.sol';
Run Linters (18.x): src/contracts/for-test/Data.sol#L4
imported name IERC20 is not used
Run Linters (18.x): src/contracts/for-test/Data.sol#L38
GC: Use Custom Errors instead of revert statements
Run Linters (18.x): src/contracts/for-test/Data.sol#L44
GC: Use Custom Errors instead of revert statements
Run Linters (18.x): src/contracts/oracles/ChainlinkRelayer.sol#L26
GC: Use Custom Errors instead of require statements
Run Linters (18.x): src/contracts/oracles/ChainlinkRelayer.sol#L27
GC: Use Custom Errors instead of require statements