summaryrefslogtreecommitdiff
path: root/scripts/lint-docs-blueprints.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-03-13 15:08:11 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-03-13 15:08:11 +0000
commitcb38c5062c623059d311c4e9e37428eacdea95d6 (patch)
treeeefd77089ed22d00ed5247dd84c0b93473cdf9d4 /scripts/lint-docs-blueprints.rb
parentb4d5fdae4298581813f0bd5fec029da91f9dfe05 (diff)
downloadgitlab-ce-cb38c5062c623059d311c4e9e37428eacdea95d6.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'scripts/lint-docs-blueprints.rb')
-rwxr-xr-xscripts/lint-docs-blueprints.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/lint-docs-blueprints.rb b/scripts/lint-docs-blueprints.rb
index 35e0013cb34..d0fede76c84 100755
--- a/scripts/lint-docs-blueprints.rb
+++ b/scripts/lint-docs-blueprints.rb
@@ -32,6 +32,8 @@ class BlueprintFrontMatter
end
def validate
+ return if @metadata['redirect_to']
+
validate_status
validate_authors
validate_creation_date