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
Replace sed call with bash regex parameter expansion (SC2001) and
annotate the xargs sh -c command with a shellcheck disable directive
for SC2016 (the single quotes are intentional — the expansions must
be evaluated by the inner sh -c, not the outer shell).
0 commit comments