We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b960f04 commit 7a5dbf2Copy full SHA for 7a5dbf2
Makefile
@@ -406,6 +406,5 @@ api-docs: ## Generate bundled OpenAPI documents
406
407
.PHONY: api-docs-lint
408
api-docs-lint: ## Run spectral API docs linter
409
- @echo "api-docs-lint is temporarily disabled"
410
- @exit 1
+ @npx @stoplight/spectral-cli lint "docs/spec/openapi/bundled.yaml" --ruleset "docs/spec/openapi/.spectral.yaml"
411
0 commit comments