mirror of
https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git
synced 2025-07-12 19:09:56 +03:00
ci/markdownlint: disable "descriptive link text test"
This is a silly test, it's currently failing because of this piece of markdown: > Python versions (see [here](https://www.python.org/downloads/)). It thinks "here" is too short 🤦♂️
This commit is contained in:
parent
aebf99e988
commit
6f2e50b02f
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ fi
|
||||||
find . -name '*.md' |
|
find . -name '*.md' |
|
||||||
while read -r file; do
|
while read -r file; do
|
||||||
echo "mdl: $file"
|
echo "mdl: $file"
|
||||||
if ! "$MDL" "$file"; then
|
if ! "$MDL" --disable MD059 -- "$file"; then
|
||||||
echo
|
echo
|
||||||
echo "markdown lint failed!"
|
echo "markdown lint failed!"
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue