From b908e6171374991b93fd9cb3949dcc65b5a713c2 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 12 Mar 2020 03:10:15 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- scripts/lint-doc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/lint-doc.sh b/scripts/lint-doc.sh index 3959b8b510e..d9440a5f052 100755 --- a/scripts/lint-doc.sh +++ b/scripts/lint-doc.sh @@ -80,7 +80,7 @@ echo '=> Linting markdown style...' run_locally_or_in_docker 'markdownlint' "--config .markdownlint.json ${MD_DOC_PATH}" echo '=> Linting prose...' -run_locally_or_in_docker 'vale' "--minAlertLevel error --ignore-syntax ${MD_DOC_PATH}" +run_locally_or_in_docker 'vale' "--minAlertLevel error ${MD_DOC_PATH}" echo "✔ Linting passed" exit 0 -- cgit v1.2.3