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 974c38f commit 7b16295Copy full SHA for 7b16295
Makefile
@@ -404,5 +404,6 @@ api-docs: ## Generate bundled OpenAPI documents
404
405
.PHONY: api-docs-lint
406
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"
+ @echo "api-docs-lint is temporarily disabled"
408
+ @exit 1
409
0 commit comments