Files
pbakaus_impeccable/.impeccable/config.json
T
2026-09-01 10:02:40 +05:00

56 lines
1.8 KiB
JSON

{
"detector": {
"ignoreRules": [],
"ignoreFiles": [
"tests/fixtures/**",
"tests/framework-fixtures/**",
"tests/detect-antipatterns.test.js",
"picker/styles/design-context.css"
],
"ignoreValues": [
{
"rule": "design-system-font-size",
"value": "*",
"files": [
"skill/scripts/live-browser.js"
],
"createdAt": "2026-07-17T00:00:00.000Z",
"reason": "Live overlay chrome is injected over arbitrary host pages and builds a self-contained UI with its own small type scale; DESIGN.md's ramp describes the impeccable website, not this widget"
},
{
"rule": "broken-image",
"value": "*",
"files": [
"picker/pages/index.astro"
],
"createdAt": "2026-07-23T14:51:18.241Z"
},
{
"rule": "design-system-font-size",
"value": "*",
"files": [
"picker/styles/picker.css"
],
"createdAt": "2026-07-23T21:00:00.000Z",
"reason": "The picker is a self-contained questionnaire widget with its own kit-token type scale, and screen 04's cards render arbitrary Google Fonts at specimen sizes; DESIGN.md's ramp describes the impeccable website, not this tool (same footing as the live-browser.js entry)"
},
{
"rule": "design-system-font",
"value": "*",
"files": [
"picker/scripts/design-context.js"
],
"createdAt": "2026-07-30T13:11:54.730Z",
"reason": "Runtime font loader: builds a Google Fonts URL from the family the agent/user chose in the questionnaire; no literal face is being introduced"
}
]
},
"hook": {
"enabled": true,
"limits": {
"maxFindings": 5,
"maxChars": 8000
}
}
}