mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-08-30 16:58:03 +08:00
1d5cd12ea2
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/
6 lines
94 B
YAML
6 lines
94 B
YAML
organization: galaxyproject.org
|
|
extends:
|
|
- recommended
|
|
rules:
|
|
operation-4xx-response: off
|