1
0
Fork 0

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.
This commit is contained in:
ssube 2019-11-17 12:07:43 -06:00 committed by Sean Sube
parent c1ff388aff
commit 8c1c45dfeb
1 changed files with 0 additions and 1 deletions

View File

@ -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"