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
fix: strip carriage returns before sort -u to fix warning deduplication
Docker log lines contain \r (CRLF), causing sort -u to treat identical
warning messages as distinct lines. Pipe through tr -d '\r' before
sort -u so duplicate warnings collapse to a single annotation entry.
0 commit comments