fix: json format
This commit is contained in:
parent
77fda15419
commit
7d145c4172
|
@ -24,8 +24,7 @@
|
||||||
"name of check" : "NonAsciiFiles",
|
"name of check" : "NonAsciiFiles",
|
||||||
"stdout" : "Checking for non-ascii files: Failed",
|
"stdout" : "Checking for non-ascii files: Failed",
|
||||||
"exit code" : 1,
|
"exit code" : 1,
|
||||||
"stderr" : "Non-ASCII characters found in the following "
|
"stderr" : "Non-ASCII characters found in the following files:\n\texamples/repohealth/asciifile/nonascii.txt",
|
||||||
"files:\n\texamples/repohealth/asciifile/nonascii.txt",
|
|
||||||
"errorLog" : null
|
"errorLog" : null
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user