diff --git a/changelog.d/maintenance/10778-grokbuild-suppression-fix.md b/changelog.d/maintenance/10778-grokbuild-suppression-fix.md new file mode 100644 index 0000000000..15c5df7ef7 --- /dev/null +++ b/changelog.d/maintenance/10778-grokbuild-suppression-fix.md @@ -0,0 +1 @@ +- fix(quality): register GrokBuildToolCard.tsx react-hooks/set-state-in-effect suppression (dropped in #10778's uncommitted fix) diff --git a/config/quality/eslint-suppressions.json b/config/quality/eslint-suppressions.json index 8904dd3f26..7c291908d6 100644 --- a/config/quality/eslint-suppressions.json +++ b/config/quality/eslint-suppressions.json @@ -459,6 +459,11 @@ "count": 2 } }, + "src/app/(dashboard)/dashboard/cli-code/components/GrokBuildToolCard.tsx": { + "react-hooks/set-state-in-effect": { + "count": 2 + } + }, "src/app/(dashboard)/dashboard/cli-code/components/HermesAgentToolCard.tsx": { "react-hooks/immutability": { "count": 1 @@ -1411,7 +1416,6 @@ "count": 1 } }, - "src/app/api/settings/route.ts": { "no-restricted-imports": { "count": 1 @@ -2282,7 +2286,6 @@ "count": 11 } }, - "tests/unit/auth-ollama-cloud-per-model-403-3027.test.ts": { "@typescript-eslint/no-explicit-any": { "count": 11 @@ -3161,7 +3164,6 @@ "count": 12 } }, - "tests/unit/management-password.test.ts": { "@typescript-eslint/no-explicit-any": { "count": 4