Replies: 1 comment 1 reply
-
Perhaps you can customize the error levels of the specific check/s to INFO? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For example, our API generator makes it safe to add new members to a
oneOf
so I'd like to disable (or make a warning out of)request-body-one-of-added
. Is this currently possible?This is a common feature of linters in general.
(I don't want to list specific routes where this error is OK. I want to suppress it everywhere.)
Beta Was this translation helpful? Give feedback.
All reactions