From c1c7d1bde2d2fd09873009110b729c8ae3b34d40 Mon Sep 17 00:00:00 2001 From: zzjc1234 <2359047351@qq.com> Date: Sat, 25 May 2024 23:18:59 +0800 Subject: [PATCH] fix: out --- expected.json | 68 +++++++++++++++++++++++++-------------------------- 1 file changed, 33 insertions(+), 35 deletions(-) diff --git a/expected.json b/expected.json index 5f83823..46cf694 100644 --- a/expected.json +++ b/expected.json @@ -1,39 +1,37 @@ [ { - "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 - }]}] + "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 } ]