mirror of
https://github.com/tldr-pages/tldr
synced 2026-08-26 14:13:36 +01:00
scripts/check-errors.sh: remove false positive search (#22990)
This commit is contained in:
@@ -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 " ]}}"
|
||||
|
||||
Reference in New Issue
Block a user