Skip to content

feat(cmd): better typing #172

feat(cmd): better typing

feat(cmd): better typing #172

Triggered via push October 20, 2025 17:16
Status Failure
Total duration 1m 12s
Artifacts

ci.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: src/api/command/ModifiableCommand.ts#L44
Missing JSDoc comment
build: src/api/command/ModifiableCommand.ts#L35
Expected space or tab after '//' in comment
build: src/api/command/ModifiableCommand.ts#L31
Missing semicolon
build: src/api/command/ModifiableCommand.ts#L31
Unexpected console statement
build: src/api/command/ModifiableCommand.ts#L29
Function name `Modifiable` must match one of the following formats: camelCase
build: src/api/command/ModifiableCommand.ts#L27
tsdoc-param-tag-missing-hyphen: The @param block should be followed by a parameter name and then a hyphen
build: src/api/command/ModifiableCommand.ts#L26
tsdoc-param-tag-missing-hyphen: The @param block should be followed by a parameter name and then a hyphen
build: src/api/command/ModifiableCommand.ts#L17
Strings must use doublequote
build: src/api/command/ModifiableCommand.ts#L15
Unexpected path "../../impl/command/CommandBase" imported in restricted zone
build: src/api/command/ModifiableCommand.ts#L15
`../../impl/command/CommandBase` import should occur before import of `../undo/Undoable`
build: src/api/command/ModifiableCommand.ts#L74
Missing JSDoc @returns declaration