JOJ3-examples/expected.json
2024-05-03 22:02:40 +08:00

45 lines
1.1 KiB
JSON

[
{
"name of check": "RepoSize",
"stdout": "Checking repository size: OK",
"exit code": 0,
"stderr": "",
"errorLog": null
},
{
"name of check": "forbiddenFile",
"stdout": "Checking forbidden files: Failed",
"exit code": 1,
"stderr": "",
"errorLog": {
"Op": "lstat",
"Path": "./examples/healthcheck/asciimsg",
"Err": 2
}
},
{
"name of check": "metaFile",
"stdout": "Checking the existence of meta file: ",
"exit code": 1,
"stderr": "",
"errorLog": {}
},
{
"name of check": "NonAsciiFiles",
"stdout": "Checking for non-ascii files: Failed",
"exit code": 1,
"stderr": "",
"errorLog": {
"Op": "lstat",
"Path": "./examples/healthcheck/asciimsg",
"Err": 2
}
},
{
"name of check": "NonAsciiMsg",
"stdout": "Checking for non-ASCII characters in commit message: OK",
"exit code": 0,
"stderr": "",
"errorLog": null
}
]