mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
ci(lint): realign LIT001 ceiling with the current litellm_internal_staging tree
The type-discipline ratchet in #34745 lowered LIT001's cap from 23408 to
23287, matching that branch's own count when it merged. In the interim
other PRs merged with base_sha values from before the ratchet, so the
delta gate let their new violations through, and litellm_internal_staging
now sits at 23299 LIT001 hits, 12 above the new ceiling.
That blocks the staging -> main promotion PR (#34864) on 'lint' and
transitively any PR whose base_sha predates the ratchet: total LIT001
(23299) is over the cap and over base LIT001 (23297 at 0cd588ad10), so
'this change added 2' fires even for changes that touched no annotations.
Set the ceiling to the current count (23299) so the ratchet resumes from
the true tree state. The floor still only moves down: any future fix that
clears violations will be picked up by 'make lint-budget-update' the next
time it runs, and any new mutable annotation will trip the delta gate
again.
Co-authored-by: Krrish Dholakia <krrish-berri-2@users.noreply.github.com>
This commit is contained in:
parent
daf22ec871
commit
f1ac2d00dd
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"LIT001": {
|
||||
"limit": 23287
|
||||
"limit": 23299
|
||||
},
|
||||
"LIT002": {
|
||||
"limit": 27473
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue