fix annotation error status on clippy annotation shell

Signed-off-by: Jerens Lensun <jerensslensun@gmail.com>
This commit is contained in:
Jerens Lensun 2025-06-04 14:19:09 +08:00
parent 142b32a1e1
commit f0920d975f

View file

@ -18,7 +18,7 @@ output=$(jq -c '
$in.message.level
| if . == "help" or . == "note" then "notice"
elif . == "warning" then "warning"
else "error"
else "failure"
end
),
title: $in.message.message,