mirror of
https://github.com/opf/openproject.git
synced 2026-06-13 19:20:00 +00:00
baa1aba6b7
- emphasize, that if SOMETHING is raised here, it indeed is an error, as this rule should not raise by itself
13 lines
189 B
YAML
13 lines
189 B
YAML
apis:
|
|
main:
|
|
root: docs/api/apiv3/openapi-spec.yml
|
|
|
|
extends:
|
|
- recommended
|
|
|
|
plugins:
|
|
- '.redocly/plugins/custom-rules.js'
|
|
|
|
rules:
|
|
custom-rules/skip-abbreviated-examples: error
|