From 713e2ae07cad2a307ff2d33ce459bf5a9ae20814 Mon Sep 17 00:00:00 2001 From: zzjc1234 <2359047351@qq.com> Date: Sat, 25 May 2024 23:15:27 +0800 Subject: [PATCH] fix: out --- expected.json | 72 ++++++++++++++++++++++++++------------------------- 1 file changed, 37 insertions(+), 35 deletions(-) diff --git a/expected.json b/expected.json index 97b86c2..5f83823 100644 --- a/expected.json +++ b/expected.json @@ -1,37 +1,39 @@ [ - {healthcheck[{0 [{ - "name of check": "RepoSize", - "stdout": "Checking repository size: OK", - "exit code": 0, - "stderr": "", - "errorLog": null - }, - { - "name of check": "forbiddenFile", - "stdout": "Checking forbidden files: OK", - "exit code": 0, - "stderr": "", - "errorLog": null - }, - { - "name of check": "metaFile", - "stdout": "Checking the existence of meta file: OK", - "exit code": 0, - "stderr": "", - "errorLog": null - }, - { - "name of check": "NonAsciiFiles", - "stdout": "Checking for non-ascii files: OK", - "exit code": 0, - "stderr": "", - "errorLog": null - }, - { - "name of check": "NonAsciiMsg", - "stdout": "Checking for non-ASCII characters in commit message: OK", - "exit code": 0, - "stderr": "", - "errorLog": null - }]}]} + { + "name": healthcheck[{0 [{ + "name of check": "RepoSize", + "stdout": "Checking repository size: OK", + "exit code": 0, + "stderr": "", + "errorLog": null + },"results": + [{ + "name of check": "forbiddenFile", + "stdout": "Checking forbidden files: OK", + "exit code": 0, + "stderr": "", + "errorLog": null + }, + { + "name of check": "metaFile", + "stdout": "Checking the existence of meta file: OK", + "exit code": 0, + "stderr": "", + "errorLog": null + }, + { + "name of check": "NonAsciiFiles", + "stdout": "Checking for non-ascii files: OK", + "exit code": 0, + "stderr": "", + "errorLog": null + }, + { + "name of check": "NonAsciiMsg", + "stdout": "Checking for non-ASCII characters in commit message: OK", + "exit code": 0, + "stderr": "", + "errorLog": null + }]}] + } ]