fix: json
This commit is contained in:
parent
5e57f25404
commit
e94a335255
|
@ -1,13 +1,9 @@
|
|||
[
|
||||
{
|
||||
"name": "healthcheck",
|
||||
"results": [
|
||||
{
|
||||
"stdout": "Checking for non-ascii files: Failed",
|
||||
"exit code": 1,
|
||||
"stderr": "Non-ASCII characters found in the following files:\n\texamples/repohealth/asciifile/nonascii.txt",
|
||||
"errorLog": null
|
||||
}
|
||||
]
|
||||
"stdout": "Checking for non-ascii files: Failed",
|
||||
"exit code": 1,
|
||||
"stderr": "Non-ASCII characters found in the following files:\n\texamples/repohealth/asciifile/nonascii.txt",
|
||||
"errorLog": null
|
||||
}
|
||||
]
|
2
stdin.sh
2
stdin.sh
|
@ -1,3 +1,3 @@
|
|||
#!bash
|
||||
|
||||
./build/healthcheck -root=./examples/healthcheck/asciifile -whitelist=".*\.md" -whitelist=".*\.json" -whitelist=".*\.sh" -whitelist=".git.*" -whitelist=".*\.txt"
|
||||
./build/healthcheck -root=./examples/repohealth/asciifile -whitelist=".*\.md" -whitelist=".*\.json" -whitelist=".*\.sh" -whitelist=".git.*" -whitelist=".*\.txt"
|
||||
|
|
Loading…
Reference in New Issue
Block a user