Files
pbakaus_impeccable/tests/oracle/golden/hadmin-ignore-value-twice-updates-reason.json
T
2026-08-31 19:56:22 -07:00

26 lines
1.1 KiB
JSON

{
"steps": [
{
"stdout": "Added overused-font=inter to shared detector.ignoreValues (.impeccable/config.json).\n",
"stderr": "",
"exit": 0,
"signal": null
},
{
"stdout": "Added overused-font=inter to shared detector.ignoreValues (.impeccable/config.json).\n",
"stderr": "",
"exit": 0,
"signal": null
},
{
"stdout": "Impeccable design hook\n state: enabled\n shared file: .impeccable/config.json\n local file: .impeccable/config.local.json (not present)\n ignoreRules: (none)\n ignoreFiles: (none)\n ignoreValues: overused-font=inter\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
}
],
"files": {
".impeccable/config.json": "{\n \"detector\": {\n \"ignoreRules\": [],\n \"ignoreFiles\": [],\n \"ignoreValues\": [\n {\n \"rule\": \"overused-font\",\n \"value\": \"inter\",\n \"createdAt\": \"<ISO>\",\n \"reason\": \"second\"\n }\n ]\n }\n}\n"
}
}