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: replace CLI summary lines with structured output
Replace the single-line "Found X violation(s) in Y file(s)..." format
with a structured multi-line summary that separately reports all
relevant metrics: files scanned, files with findings, total findings,
rules evaluated, rules with matches, and sub-second duration.
This removes the ambiguity where "in Y file(s)" could mean either
total files scanned or files with at least one finding, and provides
both values explicitly.
0 commit comments