feat(rules): add new configurable rules for deprecated operations#45
feat(rules): add new configurable rules for deprecated operations#45jeremyfiel wants to merge 1 commit intoRedocly:mainfrom
Conversation
5eb0f11 to
4c45929
Compare
|
I'd prefer having this as a new ruleset instead of separate rules. First, they are closely related and it makes sense to use them together. Second, there's no particular complexity in defining such rules, and the value comes not from the configuration examples, but rather from using the rules themselves. extends:
- recommended # or something
- https://..... # the ruleset uri |
|
Where would that ruleset be hosted @tatomyr ? It seems this is good as an example. |
4c45929 to
4422c61
Compare
|
I'm willing to create the redocly for this request, just let me know where to host it |
|
@adamaltman the simplest way is to define the ruleset right here and use the link to the raw file. E.g., we can reference this ruleset with the following link: https://raw.githubusercontent.com/Redocly/redocly-cli-cookbook/refs/heads/main/rulesets/common-mistakes/redocly.yaml. |
|
@jeremyfiel I'd host it here for transparency. Just use the |
New ruleset for enforcing a deprecation strategy with
Deprecation,SunsetandLinkheaders.