Merge "Allow skipping the md docs check"
This commit is contained in:
commit
7e34c2d97d
@ -163,10 +163,12 @@ for i in $(find elements -type f -and -name '*.rst' -or -type f -executable); do
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
if ! excluded mddocs; then
|
||||||
md_docs=$(find elements -name '*.md')
|
md_docs=$(find elements -name '*.md')
|
||||||
if [ -n "$md_docs" ]; then
|
if [ -n "$md_docs" ]; then
|
||||||
error ".md docs found: $md_docs"
|
error ".md docs found: $md_docs"
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
for i in $(find elements -name '*.yaml' \
|
for i in $(find elements -name '*.yaml' \
|
||||||
-o \( -name pkg-map -type f -a \! -executable \)); do
|
-o \( -name pkg-map -type f -a \! -executable \)); do
|
||||||
|
Loading…
Reference in New Issue
Block a user