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 e8f020a commit bab30edCopy full SHA for bab30ed
Makefile
@@ -396,5 +396,6 @@ api-docs: ## Generate bundled OpenAPI documents
396
397
.PHONY: api-docs-lint
398
api-docs-lint: ## Run spectral API docs linter
399
- @npx @stoplight/spectral-cli lint "docs/spec/openapi/bundled.yaml" --ruleset "docs/spec/openapi/.spectral.yaml"
+ @echo "api-docs-lint is temporarily disabled"
400
+ @exit 1
401
0 commit comments