From dc5ae969055a6f8604e036fe789ed7432ec77b3d Mon Sep 17 00:00:00 2001 From: Diego Rodrigues de Sa e Souza Date: Sun, 5 Jul 2026 16:22:58 -0300 Subject: [PATCH] chore(quality): prune stale ESLint suppressions (4,273 -> 4,233) Entries whose violations no longer exist (cleaned by cycle merges and the pre-flight fixes) made 'npm run lint' exit 2 with 'suppressions left that do not occur anymore'. Regenerated via --prune-suppressions; net-new policy unchanged. --- config/quality/eslint-suppressions.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/config/quality/eslint-suppressions.json b/config/quality/eslint-suppressions.json index 08b6f36d5f..c74f3b1b34 100644 --- a/config/quality/eslint-suppressions.json +++ b/config/quality/eslint-suppressions.json @@ -242,11 +242,6 @@ "count": 1 } }, - "src/app/(dashboard)/dashboard/settings/components/ComboDefaultsTab.tsx": { - "no-restricted-syntax": { - "count": 1 - } - }, "src/app/(dashboard)/dashboard/settings/components/ModelLockoutCard.tsx": { "react-hooks/exhaustive-deps": { "count": 1 @@ -1562,11 +1557,6 @@ "count": 2 } }, - "tests/unit/messages-count-tokens-route.test.ts": { - "@typescript-eslint/no-explicit-any": { - "count": 4 - } - }, "tests/unit/mimocode-executor.test.ts": { "@typescript-eslint/no-explicit-any": { "count": 58