Skip to content

Commit f6466d0

Browse files
committed
Remove ts-lce patch from commit 291bcec.
Issue jqassistant-plugin/jqassistant-typescript-plugin#125 fixed with @jqassistant/[email protected].
1 parent 22d525d commit f6466d0

File tree

2 files changed

+0
-40
lines changed

2 files changed

+0
-40
lines changed

scripts/patchJQAssistantTypescriptPlugin.sh

Lines changed: 0 additions & 37 deletions
This file was deleted.

scripts/scanTypescript.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ if [ "${changeDetectionReturnCode}" == "0" ] ; then
3636
else
3737
echo "scanTypescript: Detected change (${changeDetectionReturnCode}). Scanning Typescript source using @jqassistant/ts-lce."
3838

39-
# TODO: Remove patchJQAssistantTypescriptPlugin when issue is resolved: https://github.com/jqassistant-plugin/jqassistant-typescript-plugin/issues/125
40-
source "${SCRIPTS_DIR}/patchJQAssistantTypescriptPlugin.sh" >&2
41-
4239
# Note: The npx command will be executed in the source directory using a subshell by putting parentheses around it.
4340
# The subshell is the reason why it isn't needed to change back to the main directory after execution.
4441
# Note: This script must not output anything except for the return code to stdout,

0 commit comments

Comments
 (0)