fix: lint #6436
ci.yml
on: push
get-build-packages
4s
monorepo-lint
55s
get-lint-packages
5s
get-test-packages
9s
Matrix: build
Matrix: lint
Matrix: test
Discord Failure Notification
3s
Annotations
4 errors and 22 warnings
|
lint (docs)
Process completed with exit code 1.
|
|
lint (isaac-typescript-definitions-repentogon)
Process completed with exit code 1.
|
|
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 (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 (isaac-typescript-definitions-repentogon):
packages/isaac-typescript-definitions-repentogon/src/types/classes/rendering/Beam.d.ts#L1
Comment is not formatted correctly
|
|
lint (isaacscript-cli):
packages/isaacscript-cli/src/main.ts#L11
Non-exported functions cannot have a `void` return type. Remove the `void` keyword
|
|
lint (isaacscript-cli):
packages/isaacscript-cli/src/customStage.ts#L219
Non-exported functions cannot have a `void` return type. Remove the `void` keyword
|
|
lint (isaacscript-cli):
packages/isaacscript-cli/src/commands/publish/publish.ts#L55
Non-exported functions cannot have a `void` return type. Remove the `void` keyword
|
|
lint (isaacscript-cli):
packages/isaacscript-cli/src/commands/monitor/monitor.ts#L55
Non-exported functions cannot have a `void` return type. Remove the `void` keyword
|
|
lint (isaacscript-cli):
packages/isaacscript-cli/src/commands/init/vsCode.ts#L90
Non-exported functions cannot have a `void` return type. Remove the `void` keyword
|
|
lint (isaacscript-cli):
packages/isaacscript-cli/src/commands/init/init.ts#L144
Non-exported functions cannot have a `void` return type. Remove the `void` keyword
|
|
lint (isaacscript-cli):
packages/isaacscript-cli/src/commands/copy/copy.ts#L30
Non-exported functions cannot have a `void` return type. Remove the `void` keyword
|
|
lint (isaacscript-cli):
packages/isaacscript-cli/scripts/lint.ts#L27
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
|