Add "Trimmed trailing whitespace" message to moim whitelist (#8847)

This commit is contained in:
Spike Wang
2026-05-05 01:22:28 -07:00
committed by GitHub
parent de471bc2b2
commit fbb5e3685d
+1
View File
@@ -36,6 +36,7 @@ pub async fn inject_moim(
!issue.contains("Merged consecutive user messages")
&& !issue.contains("Merged consecutive assistant messages")
&& !issue.contains("Added placeholder to empty tool result")
&& !issue.contains("Trimmed trailing whitespace from assistant message")
});
if has_unexpected_issues {