mirror of
https://github.com/livekit/livekit.git
synced 2026-09-17 10:15:25 +00:00
staticcheck QF1001 flagged the negated disjunction in scanIdent, which was failing the lint gate and so keeping the test job from running at all. The positive helper reads better than the De Morgan form and lets the continue condition drop its own '_' case.