Skip to content

Refactor/ethers v6 improvements #384

Refactor/ethers v6 improvements

Refactor/ethers v6 improvements #384

Triggered via pull request August 27, 2024 14:49
Status Failure
Total duration 29s
Artifacts

validate.yml

on: pull_request
Check code format
18s
Check code format
Check commits
12s
Check commits
Check commits from forks
0s
Check commits from forks
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 9 warnings
Check commits
Process completed with exit code 1.
Check code format: src/adapters.ts#L60
Replace `·deprecate·}·from·"node:util"` with `deprecate}·from·'node:util'`
Check code format: src/contract.ts#L20
Replace `·AccountAbstractionVersion,·DeploymentType,·TransactionReceipt·}·from·"./types"` with `⏎··AccountAbstractionVersion,⏎··DeploymentType,⏎··TransactionReceipt,⏎}·from·'./types'`
Check code format: src/utils.ts#L14
Replace `"./types"` with `'./types'`
Check code format: tests/integration/provider.test.ts#L13
Replace `·L1_CHAIN_URL` with `⏎··L1_CHAIN_URL,`
Check code format: tests/integration/provider.test.ts#L14
Replace `"../utils"` with `'../utils'`
Check code format: tests/integration/provider.test.ts#L15
Replace `·EIP712_TX_TYPE·}·from·"../../src/utils"` with `EIP712_TX_TYPE}·from·'../../src/utils'`
Check code format: tests/integration/signer.test.ts#L4
Replace `·ethers·}·from·"ethers"` with `ethers}·from·'ethers'`
Check code format
Process completed with exit code 1.
Check code format: src/adapters.ts#L60
'deprecate' is defined but never used
Check code format: src/adapters.ts#L60
Strings must use singlequote
Check code format: src/contract.ts#L20
Strings must use singlequote
Check code format: src/provider.ts#L2389
Do not use "@ts-ignore" because it alters compilation errors
Check code format: src/utils.ts#L14
Strings must use singlequote
Check code format: tests/integration/provider.test.ts#L14
Strings must use singlequote
Check code format: tests/integration/provider.test.ts#L15
Strings must use singlequote
Check code format: tests/integration/provider.test.ts#L1011
'gasPrice' is assigned a value but never used
Check code format: tests/integration/signer.test.ts#L4
Strings must use singlequote