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
Color the outdated summary as a warning, not green success
The removable count was concatenated into the shared summary string,
so it rendered inside the green success() line in one path and
uncoloured in the other. "Outdated, action recommended" should not
read as success. Emit it on its own warn() line in both report() and
reportSkipped(), matching the verbose per-annotation warn() styling so
the signal is consistent everywhere.
0 commit comments