Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot
2024-11-15 00:33:27 +00:00
parent 0cd6804039
commit 37939fbd29
142 changed files with 511 additions and 341 deletions

View File

@ -106,7 +106,7 @@ fi
# Do not use dashes (-) in filenames, use underscores (_) instead.
# Number of filenames with dashes as of 2024-06-17
FILE_NUMBER_DASHES=70
FILE_NUMBER_DASHES=68
FILE_FIND_DASHES=$(find doc -type f -name "*-*.md" | wc -l)
# shellcheck disable=2059
printf "${COLOR_GREEN}INFO: Checking for filenames containing dashes...${COLOR_RESET}\n"