mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-15 07:36:50 +03:00
* Add design-aware detector rules * Fix design-aware detector noise * Unify CLI and hook detector ignores * Fix remaining design-system review findings * Add detector ignore CLI * Fix design detector review findings * Fix design color source false positives * Fix core test suite registration * Add design-aware detector docs * Fix font priority design-system parsing * Fix color ignore value matching
85 lines
2.4 KiB
JSON
85 lines
2.4 KiB
JSON
{
|
|
"detector": {
|
|
"ignoreRules": [],
|
|
"ignoreFiles": [
|
|
"tests/fixtures/**",
|
|
"tests/detect-antipatterns.test.js",
|
|
"site/pages/slop/**",
|
|
"site/data/anti-patterns-catalog.js",
|
|
"site/pages/shader-lab/**",
|
|
"site/scripts/demos/commands/**",
|
|
"site/styles/skill-demos.css",
|
|
"site/styles/slop-kinpaku.css"
|
|
],
|
|
"ignoreValues": [
|
|
{
|
|
"rule": "bounce-easing",
|
|
"value": "bounce-ball",
|
|
"createdAt": "2026-06-15T04:15:03.164Z",
|
|
"reason": "User confirmed ball bounce animation is intentional"
|
|
},
|
|
{
|
|
"rule": "design-system-color",
|
|
"value": "*",
|
|
"files": [
|
|
"site/styles/home-rebuild.css"
|
|
],
|
|
"createdAt": "2026-06-15T23:37:38.170Z",
|
|
"reason": "AURELIA hotel picker is intentionally a foreign boutique-hotel palette inside the live picker demo"
|
|
},
|
|
{
|
|
"rule": "design-system-color",
|
|
"value": "*",
|
|
"files": [
|
|
"site/styles/main.css"
|
|
],
|
|
"createdAt": "2026-06-15T23:37:38.170Z",
|
|
"reason": "Generic AI slop card intentionally uses off-system colors for the before-state comparison"
|
|
},
|
|
{
|
|
"rule": "design-system-color",
|
|
"value": "*",
|
|
"files": [
|
|
"site/styles/home-kinpaku.css"
|
|
],
|
|
"createdAt": "2026-06-15T23:37:38.170Z",
|
|
"reason": "Homepage before-state slop demo intentionally uses off-system purple/magenta colors"
|
|
},
|
|
{
|
|
"rule": "design-system-color",
|
|
"value": "*",
|
|
"files": [
|
|
"site/styles/design-system.css"
|
|
],
|
|
"createdAt": "2026-06-15T23:37:38.170Z",
|
|
"reason": "Design-system comparison intentionally shows an off-system before-state"
|
|
},
|
|
{
|
|
"rule": "design-system-color",
|
|
"value": "*",
|
|
"files": [
|
|
"site/styles/workflow.css"
|
|
],
|
|
"createdAt": "2026-06-15T23:37:38.170Z",
|
|
"reason": "Generic slop card intentionally uses off-system purple colors for the before-state comparison"
|
|
},
|
|
{
|
|
"rule": "design-system-font",
|
|
"value": "*",
|
|
"files": [
|
|
"site/styles/workflow.css"
|
|
],
|
|
"createdAt": "2026-06-15T23:37:38.170Z",
|
|
"reason": "Generic slop card intentionally uses Inter for the before-state comparison"
|
|
}
|
|
]
|
|
},
|
|
"hook": {
|
|
"enabled": true,
|
|
"limits": {
|
|
"maxFindings": 5,
|
|
"maxChars": 8000
|
|
}
|
|
}
|
|
}
|