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 " ]}}"