From ff05f3d7920f155d7efd8784822de6b0647743d1 Mon Sep 17 00:00:00 2001 From: Solaris-star <820622658@qq.com> Date: Sun, 6 Sep 2026 18:08:10 +0800 Subject: [PATCH] Fix rumdl ALL selector documentation Signed-off-by: Solaris-star <820622658@qq.com> --- src/schemas/json/rumdl.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/schemas/json/rumdl.json b/src/schemas/json/rumdl.json index 3d2dc84d80d..e169e137915 100644 --- a/src/schemas/json/rumdl.json +++ b/src/schemas/json/rumdl.json @@ -73,7 +73,7 @@ "type": "object", "properties": { "enable": { - "description": "Enabled rules", + "description": "Enabled rules. Use \"ALL\" to enable all rules.", "type": "array", "items": { "type": "string"