From 8c1c45dfeba76141cdf7300acaa184b483126cf4 Mon Sep 17 00:00:00 2001 From: ssube Date: Sun, 17 Nov 2019 12:07:43 -0600 Subject: [PATCH] fix(rules): remove min length from rule desc With config and rule validation, the minLength of 8 was breaking some tests and was likely to break both example and real rules. It has been removed. --- rules/salty-dog.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/rules/salty-dog.yml b/rules/salty-dog.yml index 43dbe46..7e188c5 100644 --- a/rules/salty-dog.yml +++ b/rules/salty-dog.yml @@ -62,7 +62,6 @@ definitions: $ref: "salty-dog-meta#/definitions/name-safe" desc: type: string - minLength: 8 maxLength: 255 level: $ref: "salty-dog-meta#/definitions/log-level"