From baa1aba6b7df082748566bd3d72b81b3ee364654 Mon Sep 17 00:00:00 2001 From: Eric Schubert Date: Mon, 16 Feb 2026 16:59:19 +0100 Subject: [PATCH] [chore] set custom rule to error - emphasize, that if SOMETHING is raised here, it indeed is an error, as this rule should not raise by itself --- .redocly.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.redocly.yaml b/.redocly.yaml index fd9109487fd..4c4c30fc36f 100644 --- a/.redocly.yaml +++ b/.redocly.yaml @@ -9,4 +9,4 @@ plugins: - '.redocly/plugins/custom-rules.js' rules: - custom-rules/skip-abbreviated-examples: warn + custom-rules/skip-abbreviated-examples: error