openapi-changes icon indicating copy to clipboard operation
openapi-changes copied to clipboard

Support custom policy

Open matankila opened this issue 2 years ago • 1 comments

I think there is a much needed feature, Use a custom policy for the diff with options like

  • Exclude breaking change
  • Include breaking change

this way an organization can use the product how he sees fit.

First I would like to see if this idea is approved,

file name: pb.yaml (shorthand for pb33f) Content:

ruleset:
  - “breaking-changes”:
      exclude_operations_with_extension: “x-foo”,
      include_operations_with_extension: “x-bar”

matankila avatar Nov 12 '23 17:11 matankila

other than extensions, what else would you want to configure breaking changes for?

daveshanley avatar Nov 17 '23 12:11 daveshanley