Skip to content

fix: lint

fix: lint #6437

Triggered via push July 20, 2025 15:19
Status Failure
Total duration 1m 22s
Artifacts

ci.yml

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

Annotations

2 errors and 13 warnings
lint (docs)
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 (docs): packages/docs/scripts/build.mts#L50
Non-exported functions cannot have a `void` return type. Remove the `void` keyword
lint (docs): packages/docs/scripts/build.mts#L39
Non-exported functions cannot have a `void` return type. Remove the `void` keyword
lint (isaacscript-common): packages/isaacscript-common/src/classes/features/other/CustomTrapdoors.ts#L759
Prefer using nullish coalescing operator (`??=`) instead of an assignment expression, as it is simpler to read
lint (isaacscript-common): packages/isaacscript-common/src/classes/features/other/CustomTrapdoors.ts#L755
Prefer using nullish coalescing operator (`??=`) instead of an assignment expression, as it is simpler to read
lint (isaacscript-common): packages/isaacscript-common/src/classes/features/other/CustomTrapdoors.ts#L268
Prefer using nullish coalescing operator (`??=`) instead of an assignment expression, as it is simpler to read
lint (isaacscript-common): packages/isaacscript-common/src/classes/features/callbackLogic/GameReorderedCallbacks.ts#L96
Prefer using nullish coalescing operator (`??=`) instead of an assignment expression, as it is simpler to read
lint (isaacscript-common): packages/isaacscript-common/src/classes/callbacks/PostTrinketBreak.ts#L58
Prefer using nullish coalescing operator (`??=`) instead of an assignment expression, as it is simpler to read
lint (isaacscript-common): packages/isaacscript-common/src/classes/callbacks/PostTransformation.ts#L58
Prefer using nullish coalescing operator (`??=`) instead of an assignment expression, as it is simpler to read
lint (isaacscript-common): packages/isaacscript-common/src/classes/callbacks/PostItemDischarge.ts#L149
Prefer using nullish coalescing operator (`??=`) instead of an assignment expression, as it is simpler to read
lint (isaacscript-common): packages/isaacscript-common/src/classes/callbacks/PostItemDischarge.ts#L136
Prefer using nullish coalescing operator (`??=`) instead of an assignment expression, as it is simpler to read
lint (isaacscript-common): packages/isaacscript-common/src/classes/callbacks/PostCollectibleEmpty.ts#L56
Prefer using nullish coalescing operator (`??=`) instead of an assignment expression, as it is simpler to read
lint (isaacscript-common): packages/isaacscript-common/src/classes/ModUpgraded.ts#L298
Prefer using nullish coalescing operator (`??=`) instead of an assignment expression, as it is simpler to read