Skip to content

Commit 7a5dbf2

Browse files
mergify[bot]axw
andauthored
Revert "Temporarily disable api-docs-lint (#19735)" (#19800) (#19801)
This reverts commit e33d8bf. (cherry picked from commit a16b558) Co-authored-by: Andrew Wilkins <axw@elastic.co>
1 parent b960f04 commit 7a5dbf2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,5 @@ api-docs: ## Generate bundled OpenAPI documents
406406

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

0 commit comments

Comments
 (0)