diff --git a/scripts/check-pr.sh b/scripts/check-pr.sh index 436544658..ac228966b 100755 --- a/scripts/check-pr.sh +++ b/scripts/check-pr.sh @@ -78,6 +78,7 @@ function strip_commands() { grep "$regex" "$file" | sed 's/{{[^}]*}}/{{}}/g' | sed 's/<[^>]*>//g' | + sed 's/([^)]*)//g' | sed 's/"[^"]*"/""/g' | sed "s/'[^']*'//g" | sed 's/`//g'