From 93f77228e32908b64ce7b9a3eb69e48efff11a9c Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Tue, 20 Apr 2021 06:09:33 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- scripts/lint-doc.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/lint-doc.sh') diff --git a/scripts/lint-doc.sh b/scripts/lint-doc.sh index 4d0c1ba99d2..e11ce60c17f 100755 --- a/scripts/lint-doc.sh +++ b/scripts/lint-doc.sh @@ -19,6 +19,7 @@ then fi # Documentation pages need front matter for tracking purposes. +# See also lint-docs-metadata.sh echo '=> Checking documentation for front matter...' echo no_frontmatter=$(find doc -name "*.md" -exec head -n1 {} \; | grep -v --count -- ---) -- cgit v1.2.1