Skip to content

refactor(cli): simplify types #6361

refactor(cli): simplify types

refactor(cli): simplify types #6361

Triggered via push October 17, 2024 12:08
Status Failure
Total duration 1m 53s
Artifacts

ci.yml

on: push
get-build-packages
5s
get-build-packages
monorepo-lint
54s
monorepo-lint
get-lint-packages
6s
get-lint-packages
get-test-packages
5s
get-test-packages
Matrix: build
Matrix: lint
Matrix: test
Discord Failure Notification
4s
Discord Failure Notification
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 13 warnings
lint (isaacscript-cli)
Process completed with exit code 1.
lint (isaacscript-common)
Process completed with exit code 1.
build (docs)
No files were found with the provided path: ./packages/docs/build. No artifacts will be uploaded.
lint (isaacscript-cli): packages/isaacscript-cli/plugins/noExtendedEnums.ts#L48
Arrays that are returned from functions must be read-only. (Use the `readonly` keyword prefix or the `Readonly` utility type.)
lint (isaacscript-cli): packages/isaacscript-cli/src/customStage.ts#L254
Arrays that are returned from functions must be read-only. (Use the `readonly` keyword prefix or the `Readonly` utility type.)
lint (isaacscript-common): packages/isaacscript-common/src/classes/DefaultMap.ts#L198
Arrays that are returned from functions must be read-only. (Use the `readonly` keyword prefix or the `Readonly` utility type.)
lint (isaacscript-common): packages/isaacscript-common/src/classes/DefaultMap.ts#L199
Arrays that are returned from functions must be read-only. (Use the `readonly` keyword prefix or the `Readonly` utility type.)
lint (isaacscript-common): packages/isaacscript-common/src/classes/DefaultMap.ts#L203
Maps that are returned from functions must be read-only. (Annotate the function using the `ReadonlyMap` type.)
lint (isaacscript-common): packages/isaacscript-common/src/classes/DefaultMap.ts#L205
Maps that are returned from functions must be read-only. (Annotate the function using the `ReadonlyMap` type.)
lint (isaacscript-common): packages/isaacscript-common/src/classes/callbacks/PostItemDischarge.ts#L33
Maps that are returned from functions must be read-only. (Annotate the function using the `ReadonlyMap` type.)
lint (isaacscript-common): packages/isaacscript-common/src/classes/callbacks/PostItemDischarge.ts#L35
Maps that are returned from functions must be read-only. (Annotate the function using the `ReadonlyMap` type.)
lint (isaacscript-common): packages/isaacscript-common/src/classes/callbacks/PostPlayerChangeHealth.ts#L14
Maps that are returned from functions must be read-only. (Annotate the function using the `ReadonlyMap` type.)
lint (isaacscript-common): packages/isaacscript-common/src/classes/callbacks/PostPlayerChangeStat.ts#L21
Maps that are returned from functions must be read-only. (Annotate the function using the `ReadonlyMap` type.)
lint (isaacscript-common): packages/isaacscript-common/src/classes/callbacks/PostTransformation.ts#L18
Maps that are returned from functions must be read-only. (Annotate the function using the `ReadonlyMap` type.)
lint (isaacscript-common): packages/isaacscript-common/src/classes/callbacks/PostTrinketBreak.ts#L23
Maps that are returned from functions must be read-only. (Annotate the function using the `ReadonlyMap` type.)