You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(check): improve clarity of suppress_unmatched branches
Invert the empty if-branch into a negated guard condition. Improve
comments to explain the asymmetry between fmt and lint None arms:
oxfmt handles the flag natively (exits 0), while oxlint does not
(exits non-zero), requiring an explicit status override.
0 commit comments