mirror of https://github.com/istio/istio.io.git
Suppress brittle link warnings (#7028)
* Suppress brittle link warnings * tweak
This commit is contained in:
parent
678179bf60
commit
dd1fe5e3bb
|
@ -157,10 +157,10 @@ while IFS= read -r -d '' f; do
|
||||||
FAILED=1
|
FAILED=1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if grep -H -n -e "\"https://github.*#L[0-9]*\"" "${f}"; then
|
#if grep -H -n -e "\"https://github.*#L[0-9]*\"" "${f}"; then
|
||||||
echo "WARNING: content shoudn't use links to specific lines in GitHub files as those are too brittle"
|
# echo "Ensure content doesn't use links to specific lines in GitHub files as those are too brittle"
|
||||||
# FAILED=1
|
# FAILED=1
|
||||||
fi
|
#fi
|
||||||
done < <(find ./public "${find_exclude[@]}" -type f -name '*.html' -print0)
|
done < <(find ./public "${find_exclude[@]}" -type f -name '*.html' -print0)
|
||||||
|
|
||||||
if [[ ${SKIP_LINK_CHECK:-} != "true" ]]; then
|
if [[ ${SKIP_LINK_CHECK:-} != "true" ]]; then
|
||||||
|
|
Loading…
Reference in New Issue