Skip to content

Commit bab30ed

Browse files
mergify[bot]axw
andauthored
Temporarily disable api-docs-lint (#19735) (#19738)
(cherry picked from commit e33d8bf) Co-authored-by: Andrew Wilkins <axw@elastic.co>
1 parent e8f020a commit bab30ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,5 +396,6 @@ api-docs: ## Generate bundled OpenAPI documents
396396

397397
.PHONY: api-docs-lint
398398
api-docs-lint: ## Run spectral API docs linter
399-
@npx @stoplight/spectral-cli lint "docs/spec/openapi/bundled.yaml" --ruleset "docs/spec/openapi/.spectral.yaml"
399+
@echo "api-docs-lint is temporarily disabled"
400+
@exit 1
400401

0 commit comments

Comments
 (0)