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:
parent
c1ff388aff
commit
8c1c45dfeb
|
@ -62,7 +62,6 @@ definitions:
|
||||||
$ref: "salty-dog-meta#/definitions/name-safe"
|
$ref: "salty-dog-meta#/definitions/name-safe"
|
||||||
desc:
|
desc:
|
||||||
type: string
|
type: string
|
||||||
minLength: 8
|
|
||||||
maxLength: 255
|
maxLength: 255
|
||||||
level:
|
level:
|
||||||
$ref: "salty-dog-meta#/definitions/log-level"
|
$ref: "salty-dog-meta#/definitions/log-level"
|
||||||
|
|
Loading…
Reference in New Issue