mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-14 15:16:35 +03:00
10 lines
320 B
JSON
10 lines
320 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|