Skip to content

Commit bb059de

Browse files
mergify[bot]axw
andauthored
Temporarily disable api-docs-lint (#19735) (#19736)
(cherry picked from commit e33d8bf) Co-authored-by: Andrew Wilkins <[email protected]>
1 parent c2648c5 commit bb059de

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

407407
.PHONY: api-docs-lint
408408
api-docs-lint: ## Run spectral API docs linter
409-
@npx @stoplight/spectral-cli lint "docs/spec/openapi/bundled.yaml" --ruleset "docs/spec/openapi/.spectral.yaml"
409+
@echo "api-docs-lint is temporarily disabled"
410+
@exit 1
410411

0 commit comments

Comments
 (0)