Skip to content

Commit 2c12c89

Browse files
committed
chore: use luals for style check
1 parent fda709c commit 2c12c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/luals-check.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ mkdir "${DIR_OUT}"
2222
case "${1}" in
2323
"codestyle-check")
2424
jq \
25-
'.diagnostics.neededFileStatus[] = "None" | ''.diagnostics.neededFileStatus."codestyle-check" = "Any"' \
25+
'.diagnostics.neededFileStatus[] = "None" | .diagnostics.neededFileStatus."codestyle-check" = "Any"' \
2626
"${PWD}/.luarc.json" > "${FILE_LUARC}"
2727

2828
;;

0 commit comments

Comments
 (0)