Files
pbakaus_impeccable/tests/oracle/golden/hadmin-malformed-config.json
T
2026-08-31 19:56:22 -07:00

20 lines
823 B
JSON

{
"steps": [
{
"stdout": "Impeccable design hook\n state: enabled\n shared file: .impeccable/config.json (malformed; ignored)\n local file: .impeccable/config.local.json (not present)\n ignoreRules: (none)\n ignoreFiles: (none)\n ignoreValues: (none)\n maxFindings: 5\n maxChars: 8000\n env override: unset\n cache file: .impeccable/hook.cache.json (not present)\n",
"stderr": "",
"exit": 0,
"signal": null
},
{
"stdout": "Design hook disabled for this project (wrote .impeccable/config.json).\n",
"stderr": "",
"exit": 0,
"signal": null
}
],
"files": {
".impeccable/config.json": "{\n \"hook\": {\n \"enabled\": false,\n \"limits\": {\n \"maxFindings\": 5,\n \"maxChars\": 8000\n }\n }\n}\n"
}
}