Files
galaxy/.redocly.yaml
John Chilton 1d5cd12ea2 Do not OpenAPI schema lint for operation-4xx-response.
We have good infrastructure for error handling in the API and it could be improved in many ways - but I don't think keeping a list of exclusions is helpful. This is just going to get in the way and encourage unhelpful boilerplate IMO. This is the equivalent of Java checked exceptions - a bad idea.

xref: https://redocly.com/docs/cli/rules/operation-4xx-response/
2022-12-12 19:08:41 -05:00

6 lines
94 B
YAML

organization: galaxyproject.org
extends:
- recommended
rules:
operation-4xx-response: off