Skip to content

Commit 7b16295

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

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
@@ -404,5 +404,6 @@ api-docs: ## Generate bundled OpenAPI documents
404404

405405
.PHONY: api-docs-lint
406406
api-docs-lint: ## Run spectral API docs linter
407-
@npx @stoplight/spectral-cli lint "docs/spec/openapi/bundled.yaml" --ruleset "docs/spec/openapi/.spectral.yaml"
407+
@echo "api-docs-lint is temporarily disabled"
408+
@exit 1
408409

0 commit comments

Comments
 (0)