Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot
2024-04-10 09:12:52 +00:00
parent d7f87de3d4
commit a6767968c2
54 changed files with 404 additions and 31 deletions

View File

@ -235,7 +235,7 @@ fi
# shellcheck disable=2059
printf "${COLOR_GREEN}INFO: Looking for Vale to lint prose, either installed locally or available in documentation linting image...${COLOR_RESET}\n"
run_locally_or_in_container 'vale' "--minAlertLevel error --output=doc/.vale/vale.tmpl --glob=${MD_DOC_PATH}" 'doc'
run_locally_or_in_container 'vale' "--minAlertLevel error --output=doc/.vale/vale.tmpl" "${MD_DOC_PATH}"
if [ "$ERRORCODE" -ne 0 ]
then