Compare commits

...

1 Commits

Author SHA1 Message Date
diegosouzapw
c319a1b7cd chore(quality): retighten the chat.ts unused-vars suppression to 8
#12975 lowered this to 8 when it started using runtimeOptions.correlationId,
but a later merge today carried the old 9 back in. The file has 8 violations,
so the entry rejects any commit that stages it.
2026-09-11 20:43:16 -03:00
2 changed files with 2 additions and 1 deletions

View File

@@ -0,0 +1 @@
- **chore(quality):** retighten the `src/sse/handlers/chat.ts` unused-vars suppression count to the 8 violations that actually remain

View File

@@ -2080,7 +2080,7 @@
},
"src/sse/handlers/chat.ts": {
"@typescript-eslint/no-unused-vars": {
"count": 9
"count": 8
}
},
"src/sse/handlers/chatHelpers.ts": {