File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ overlay-docs: ## Apply overlays to OpenAPI documents
6868 rm output/openapi/elasticsearch-openapi.tmp* .json
6969
7070lint-docs : # # Lint the OpenAPI documents after overlays
71- @npx @redocly/cli lint " output/openapi/elasticsearch-*.examples. json" --config " docs/linters/redocly.yaml" --format stylish --max-problems 500
71+ @npx @redocly/cli lint " output/openapi/elasticsearch-*.json" --config " docs/linters/redocly.yaml" --format stylish --max-problems 500
7272
7373lint-docs-stateful : # # Lint only the elasticsearch-openapi.examples.json file
7474 @npx @redocly/cli lint " output/openapi/elasticsearch-openapi.examples.json" --config " docs/linters/redocly.yaml" --format stylish --max-problems 500
Original file line number Diff line number Diff line change 3838 struct : error
3939 spec-components-invalid-map-name : off
4040 spec-strict-refs : off
41+ security-defined : off
4142 # Tags
4243 operation-tag-defined : off
4344 tags-alphabetical : off
You can’t perform that action at this time.
0 commit comments