Configurable selection of checks and their severity levels #572
Replies: 3 comments 4 replies
-
Hi @Patrick-Bayer, This is important to determine if this is a bug or not. Thanks, |
Beta Was this translation helpful? Give feedback.
-
Ok, so this is in the response. |
Beta Was this translation helpful? Give feedback.
-
Severity levels are now customizable: https://github.com/Tufin/oasdiff/blob/main/docs/BREAKING-CHANGES.md#customizing-severity-levels |
Beta Was this translation helpful? Give feedback.
-
Hi all,
i wrote a test to ensure backwards compatibility of our API that fails when the
oasdiff breaking
command returns a warning or an error.I discovered that changing the type of a property from 'number' to 'integer' and its format from 'float' to 'int64' is not considered a breaking change. To us, it is a breaking change and therefore we want our test to fail.
With that use case in mind, is it possible to configure the severity level of checks and the selection of checks performed?
Best regards
Patrick
Beta Was this translation helpful? Give feedback.
All reactions