Skip to content

Commit 6c62000

Browse files
committed
Update lint_changelog.sh
1 parent 44e6bea commit 6c62000

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/lint_changelog.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ while read -r LINK; do
2020
TEXT="$(echo "$LINK" | sed 's/^\[\([^]]*\)\](.*)$/\1/')"
2121
URL="$(echo "$LINK" | sed 's/^\[[^]]*\](\(.*\))$/\1/')"
2222
if [[
23-
"$TEXT" = "${TEXT,,}" &&
2423
${#TEXT} -eq 7 &&
2524
$(expr "$URL" : "https://.*/commit/${TEXT}[0-9a-z]*") -eq ${#URL}
2625
]]; then

0 commit comments

Comments
 (0)