mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-16 08:06:24 +03:00
20 lines
823 B
JSON
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"
|
|
}
|
|
}
|