Skip to content

imports fixed!

imports fixed! #11

Triggered via push May 25, 2024 20:08
Status Failure
Total duration 43s
Artifacts

test.yml

on: push
Matrix: Run Unit and E2E Tests
Matrix: Run Linters
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 12 warnings
Run Unit and E2E Tests (20.x)
Process completed with exit code 1.
Run Linters (18.x): src/contracts/ODNFVZone.sol#L23
Unexpected import of console file
Run Linters (18.x): src/contracts/ODNFVZone.sol#L223
Unexpected console statement
Run Linters (18.x): src/contracts/ODNFVZone.sol#L223
Use single quotes for string literals
Run Linters (18.x): src/contracts/ODNFVZone.sol#L224
Unexpected console statement
Run Linters (18.x): test/ODNFVZone.t.sol#L55
Unexpected import of console file
Run Linters (18.x): test/SetUp.sol#L26
Unexpected import of console file
Run Linters (18.x)
Process completed with exit code 1.
Run Unit and E2E Tests (20.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run Linters (18.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run Linters (18.x): src/contracts/ODNFVZone.sol#L23
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/ODNFVZone.sol#L23
Import 'forge-std/console2.sol' in contract ODNFVZone should be declared as import {contract_to_import} from 'forge-std/console2.sol';
Run Linters (18.x): src/contracts/ODNFVZone.sol#L119
'operatorToAssign' should start with _
Run Linters (18.x): src/contracts/ODNFVZone.sol#L143
'seaport' should start with _
Run Linters (18.x): src/contracts/ODNFVZone.sol#L144
'orders' should start with _
Run Linters (18.x): src/contracts/ODNFVZone.sol#L145
'cancelled' should start with _
Run Linters (18.x): src/contracts/ODNFVZone.sol#L172
'seaport' should start with _
Run Linters (18.x): src/contracts/ODNFVZone.sol#L173
'orders' should start with _
Run Linters (18.x): src/contracts/ODNFVZone.sol#L174
'criteriaResolvers' should start with _
Run Linters (18.x): src/contracts/ODNFVZone.sol#L175
'fulfillments' should start with _