Skip to content

Commit 59a92d9

Browse files
authored
Change schema "maxLength" to 16
1 parent 629e774 commit 59a92d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/rule/schema/schemadata/bindata.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1509,7 +1509,7 @@ var _arduinoLibraryPropertiesDefinitionsSchemaJson = []byte(`{
15091509
"$ref": "#/definitions/propertiesObjects/name/specification/object"
15101510
},
15111511
{
1512-
"maxLength": 16
1512+
"maxLength": 32
15131513
},
15141514
{
15151515
"$ref": "#/definitions/propertiesObjects/name/strict/definitions/patternObjects/notContainsSpaces"

0 commit comments

Comments
 (0)