Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot
2020-07-10 18:09:45 +00:00
parent 1782886ed2
commit 0bc6d00165
55 changed files with 688 additions and 300 deletions

View File

@ -48,7 +48,8 @@ echo
if [ ${FIND_READMES} -ne $NUMBER_READMES ]
then
echo
echo ' ✖ ERROR: New README.md file(s) detected, prefer index.md over README.md.' >&2
echo ' ✖ ERROR: The number of README.md file(s) has changed. Use index.md instead of README.md.' >&2
echo ' ✖ If removing a README.md file, update NUMBER_READMES in lint-doc.sh.' >&2
echo ' https://docs.gitlab.com/ee/development/documentation/styleguide.html#work-with-directories-and-files'
echo
((ERRORCODE++))