We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a388fa commit 1d20ad8Copy full SHA for 1d20ad8
scripts/link-format-chk.sh
@@ -10,7 +10,7 @@ ECODE=0
10
FILES=""
11
for fname in $(git diff --name-only HEAD $(git merge-base HEAD master)); do
12
if [[ $fname == *.mediawiki ]]; then
13
- GRES=$(grep -n '](' $fname)
+ GRES=$(grep -n '](http' $fname)
14
if [ "$GRES" != "" ]; then
15
if [ $ECODE -eq 0 ]; then
16
>&2 echo "Github Mediawiki format writes link as [URL text], not as [text](url):"
0 commit comments