chore: use luals for style check
This commit is contained in:
parent
fda709c334
commit
2c12c89933
@ -22,7 +22,7 @@ mkdir "${DIR_OUT}"
|
||||
case "${1}" in
|
||||
"codestyle-check")
|
||||
jq \
|
||||
'.diagnostics.neededFileStatus[] = "None" | ''.diagnostics.neededFileStatus."codestyle-check" = "Any"' \
|
||||
'.diagnostics.neededFileStatus[] = "None" | .diagnostics.neededFileStatus."codestyle-check" = "Any"' \
|
||||
"${PWD}/.luarc.json" > "${FILE_LUARC}"
|
||||
|
||||
;;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user