From 5bda0392c3ad3cee39a683d093baf6b91c41d1c4 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sat, 27 Jun 2026 23:57:32 +0300 Subject: [PATCH] scripts/check-errors.sh: remove false positive search (#22990) --- scripts/check-errors.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/check-errors.sh b/scripts/check-errors.sh index 25dcd4b786..af7941c18a 100755 --- a/scripts/check-errors.sh +++ b/scripts/check-errors.sh @@ -5,7 +5,6 @@ echo Placeholders tput sgr0 grep -r -- "{{\[[^}]*\]}[^}]" grep -r -- "[^{]{\[.*\]}}" -grep -rE "{{\[[a-z]\|--[a-z]+\]}}" grep -r "{{-[a-zA-Z][a-zA-Z]|-" grep -r "{{\[ " grep -r " ]}}"