scripts/check-errors.sh: remove false positive search (#22990)

This commit is contained in:
Managor
2026-06-27 23:57:32 +03:00
committed by GitHub
parent 86cf9108cc
commit 5bda0392c3
-1
View File
@@ -5,7 +5,6 @@ echo Placeholders
tput sgr0 tput sgr0
grep -r -- "{{\[[^}]*\]}[^}]" grep -r -- "{{\[[^}]*\]}[^}]"
grep -r -- "[^{]{\[.*\]}}" grep -r -- "[^{]{\[.*\]}}"
grep -rE "{{\[[a-z]\|--[a-z]+\]}}"
grep -r "{{-[a-zA-Z][a-zA-Z]|-" grep -r "{{-[a-zA-Z][a-zA-Z]|-"
grep -r "{{\[ " grep -r "{{\[ "
grep -r " ]}}" grep -r " ]}}"