Skip to content

Commit

Permalink
add an excluding option for lychee link checker
Browse files Browse the repository at this point in the history
  • Loading branch information
xlai89 committed May 12, 2024
1 parent 6c290e8 commit 0444bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-markdownlint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ bad_files=$(
# check links in docs
# if file is from the directory docs/ then check links
if [[ "$i" == docs/* ]] && ! "$LYCHEE" "$i" 1>&2; then
if [[ "$i" == docs/* ]] && ! "$LYCHEE" --exclude https://roidelapluie.be "$i" 1>&2; then
echo "$i"
fi
done
Expand Down

0 comments on commit 0444bf8

Please sign in to comment.