We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1cb9d5f + e497cd0 commit 6859960Copy full SHA for 6859960
1 file changed
tools/ci/lua_lang_server.py
@@ -159,7 +159,7 @@ def generate_spec_file(file):
159
scripts_path = os.path.abspath(scripts_path)
160
modules_path = os.path.abspath(modules_path)
161
162
-check_command = f'{lua_server_path} --loglevel="trace" --logpath="{log_path}" --configpath="{config_path}" --checklevel="Information" --check="{scripts_path}"'
+check_command = f'{lua_server_path} --loglevel="trace" --logpath="{log_path}" --check_format="json" --configpath="{config_path}" --checklevel="Information" --check="{scripts_path}"'
163
164
if args.force and os.path.exists("./check.json"):
165
print("Force flag is enabled, removing existing check.json.")
0 commit comments