refactor(agents): simplify stale cli retry cleanup

This commit is contained in:
Ayaan Zaidi
2026-05-31 17:04:33 +05:30
parent afe9826fc1
commit 4de9b79d30
3 changed files with 59 additions and 84 deletions

View File

@@ -108,7 +108,6 @@ function collectProductionLintSuppressionsFromGit(): SuppressionEntry[] | null {
"git",
[
"grep",
"--cached",
"-n",
"-E",
String.raw`(oxlint|eslint)-disable(-next-line)?[[:space:]]+[@/[:alnum:]_-]+`,