From f2b9c4059090282557b8dcd9eb32041452720107 Mon Sep 17 00:00:00 2001 From: diegosouzapw <8016841+diegosouzapw@users.noreply.github.com> Date: Thu, 13 Aug 2026 13:23:48 -0300 Subject: [PATCH] chore(lint): prune stale no-explicit-any suppression for call-log-file-rotation --prune-suppressions found tests/unit/call-log-file-rotation.test.ts no longer produces the 5 suppressed @typescript-eslint/no-explicit-any warnings recorded in config/quality/eslint-suppressions.json. Remove the dead entry so a regression would be caught again. Full-tree run with --max-warnings 0 is clean: 0 errors, 0 warnings. --- config/quality/eslint-suppressions.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config/quality/eslint-suppressions.json b/config/quality/eslint-suppressions.json index 9432c5c002..6e8eaf1238 100644 --- a/config/quality/eslint-suppressions.json +++ b/config/quality/eslint-suppressions.json @@ -1701,11 +1701,6 @@ "count": 43 } }, - "tests/unit/call-log-file-rotation.test.ts": { - "@typescript-eslint/no-explicit-any": { - "count": 5 - } - }, "tests/unit/call-log-startup.test.ts": { "@typescript-eslint/no-explicit-any": { "count": 1