mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-06 10:19:48 +00:00
Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
@ -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++))
|
||||
|
Reference in New Issue
Block a user