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 c2648c5 commit bb059deCopy full SHA for bb059de
Makefile
@@ -406,5 +406,6 @@ api-docs: ## Generate bundled OpenAPI documents
406
407
.PHONY: api-docs-lint
408
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"
+ @echo "api-docs-lint is temporarily disabled"
410
+ @exit 1
411
0 commit comments