Skip to content

feat: add a readonly properties handling eslint rule #1583

feat: add a readonly properties handling eslint rule

feat: add a readonly properties handling eslint rule #1583

Triggered via pull request November 22, 2024 13:36
Status Failure
Total duration 3m 33s
Artifacts

v-next-ci.yml

on: pull_request
is-v-next
4s
is-v-next
List packages
8s
List packages
Check dependency versions
7s
Check dependency versions
Check that the npm scripts are consistent
5s
Check that the npm scripts are consistent
Matrix: bundle
Matrix: ci
Matrix: lint
Fit to window
Zoom out
Zoom in

Annotations

42 errors
[hardhat-errors] lint: v-next/hardhat-errors/src/errors.ts#L52
Use Readonly<T> instead of T for non-primitive readonly properties
[hardhat-errors] lint: v-next/hardhat-errors/src/errors.ts#L54
Use Readonly<T> instead of T for non-primitive readonly properties
[hardhat-errors] lint: v-next/hardhat-errors/src/errors.ts#L56
Use Readonly<T> instead of T for non-primitive readonly properties
[hardhat-errors] lint: v-next/hardhat-errors/src/errors.ts#L60
Use Readonly<T> instead of T for non-primitive readonly properties
[hardhat-errors] lint: v-next/hardhat-errors/src/errors.ts#L62
Use Readonly<T> instead of T for non-primitive readonly properties
[hardhat-errors] lint
Process completed with exit code 1.
[hardhat-network-helpers] lint: v-next/hardhat-network-helpers/src/internal/network-helpers/network-helpers.ts#L31
Use Readonly<T> instead of T for non-primitive readonly properties
[hardhat-network-helpers] lint: v-next/hardhat-network-helpers/src/internal/network-helpers/time/time.ts#L17
Use Readonly<T> instead of T for non-primitive readonly properties
[hardhat-network-helpers] lint: v-next/hardhat-network-helpers/src/internal/network-helpers/time/time.ts#L18
Use Readonly<T> instead of T for non-primitive readonly properties
[hardhat-network-helpers] lint: v-next/hardhat-network-helpers/src/internal/network-helpers/time/time.ts#L20
Use Readonly<T> instead of T for non-primitive readonly properties
[hardhat-network-helpers] lint: v-next/hardhat-network-helpers/src/types.ts#L2
Use Readonly<T> instead of T for non-primitive readonly properties
[hardhat-network-helpers] lint: v-next/hardhat-network-helpers/src/types.ts#L254
Use Readonly<T> instead of T for non-primitive readonly properties
[hardhat-network-helpers] lint
Process completed with exit code 1.
[hardhat-utils] lint: v-next/hardhat-utils/src/errors/request.ts#L38
Use Readonly<T> instead of T for non-primitive readonly properties
[hardhat-utils] lint: v-next/hardhat-utils/src/errors/request.ts#L39
Use Readonly<T> instead of T for non-primitive readonly properties
[hardhat-utils] lint: v-next/hardhat-utils/src/errors/request.ts#L43
Use Readonly<T> instead of T for non-primitive readonly properties
[hardhat-utils] lint
Process completed with exit code 1.
[hardhat-keystore] lint: v-next/hardhat-keystore/src/internal/keystores/unencrypted-keystore.ts#L6
Use Readonly<T> instead of T for non-primitive readonly properties
[hardhat-keystore] lint: v-next/hardhat-keystore/src/internal/loaders/keystore-file-loader.ts#L18
Use Readonly<T> instead of T for non-primitive readonly properties
[hardhat-keystore] lint: v-next/hardhat-keystore/src/internal/loaders/keystore-file-loader.ts#L19
Use Readonly<T> instead of T for non-primitive readonly properties
[hardhat-keystore] lint
Process completed with exit code 1.
[hardhat-ethers] lint: v-next/hardhat-ethers/src/internal/hardhat-ethers-provider/hardhat-ethers-provider.ts#L86
Use Readonly<T> instead of T for non-primitive readonly properties
[hardhat-ethers] lint: v-next/hardhat-ethers/src/internal/hardhat-ethers-provider/hardhat-ethers-provider.ts#L87
Use Readonly<T> instead of T for non-primitive readonly properties
[hardhat-ethers] lint: v-next/hardhat-ethers/src/internal/hardhat-ethers-provider/hardhat-ethers-provider.ts#L88
Use Readonly<T> instead of T for non-primitive readonly properties
[hardhat-ethers] lint: v-next/hardhat-ethers/src/internal/hardhat-helpers/hardhat-helpers.ts#L28
Use Readonly<T> instead of T for non-primitive readonly properties
[hardhat-ethers] lint: v-next/hardhat-ethers/src/internal/hardhat-helpers/hardhat-helpers.ts#L29
Use Readonly<T> instead of T for non-primitive readonly properties
[hardhat-ethers] lint: v-next/hardhat-ethers/src/internal/hardhat-helpers/hardhat-helpers.ts#L30
Use Readonly<T> instead of T for non-primitive readonly properties
[hardhat-ethers] lint: v-next/hardhat-ethers/src/internal/hardhat-helpers/hardhat-helpers.ts#L31
Use Readonly<T> instead of T for non-primitive readonly properties
[hardhat-ethers] lint: v-next/hardhat-ethers/src/internal/signers/signers.ts#L22
Use Readonly<T> instead of T for non-primitive readonly properties
[hardhat-ethers] lint: v-next/hardhat-ethers/src/internal/signers/signers.ts#L24
Use Readonly<T> instead of T for non-primitive readonly properties
[hardhat-ethers] lint: v-next/hardhat-ethers/src/internal/signers/signers.ts#L25
Use Readonly<T> instead of T for non-primitive readonly properties
[hardhat] lint: v-next/hardhat/src/internal/builtin-plugins/artifacts/artifacts-manager.ts#L33
Use Readonly<T> instead of T for non-primitive readonly properties
[hardhat] lint: v-next/hardhat/src/internal/builtin-plugins/artifacts/hook-handlers/hre.ts#L9
Use Readonly<T> instead of T for non-primitive readonly properties
[hardhat] lint: v-next/hardhat/src/internal/builtin-plugins/network-manager/edr/edr-provider.ts#L101
Use Readonly<T> instead of T for non-primitive readonly properties
[hardhat] lint: v-next/hardhat/src/internal/builtin-plugins/network-manager/edr/edr-provider.ts#L102
Use Readonly<T> instead of T for non-primitive readonly properties
[hardhat] lint: v-next/hardhat/src/internal/builtin-plugins/network-manager/edr/edr-provider.ts#L103
Use Readonly<T> instead of T for non-primitive readonly properties
[hardhat] lint: v-next/hardhat/src/internal/builtin-plugins/network-manager/edr/errors.ts#L39
Use Readonly<T> instead of T for non-primitive readonly properties
[hardhat] lint: v-next/hardhat/src/internal/builtin-plugins/network-manager/edr/errors.ts#L40
Use Readonly<T> instead of T for non-primitive readonly properties
[hardhat] lint: v-next/hardhat/src/internal/builtin-plugins/network-manager/edr/errors.ts#L52
Use Readonly<T> instead of T for non-primitive readonly properties
[hardhat] lint: v-next/hardhat/src/internal/builtin-plugins/network-manager/edr/errors.ts#L60
Use Readonly<T> instead of T for non-primitive readonly properties
[hardhat] lint: v-next/hardhat/src/internal/builtin-plugins/network-manager/edr/errors.ts#L68
Use Readonly<T> instead of T for non-primitive readonly properties
lint
Process completed with exit code 1.