From 226fb18daf618e4027a947e51e7c7e6c462e453e Mon Sep 17 00:00:00 2001 From: Lorna Jane Mitchell Date: Fri, 11 Oct 2024 12:36:31 +0100 Subject: [PATCH] Add new code sample checks rule to main list (#44) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add new code sample checks rule to main list * Update README.md --------- Co-authored-by: Jacek Łękawa <164185257+JLekawa@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3a0ef84..08f2da5 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ The [custom plugin](https://redocly.com/docs/cli/custom-plugins/) is the ultimat #### Rules (for custom plugins) - [Validate Markdown](./custom-plugin-rules/markdown-validator) - check Markdown in description fields is valid. +- [Check code samples](./custom-plugin-rules/code-sample-checks) - check that an expected list of code samples is present in `x-code-samples` for every operation. ### Miscellaneous (including tips and tricks)