Skip to content

Commit 4fbbac9

Browse files
author
Jimmy Brisson
committed
Use name definition in requires definition
1 parent eaa4ee4 commit 4fbbac9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/config/definitions.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
"descirption": "Required libraries",
1111
"type": "array",
1212
"items": {
13-
"type": "string",
14-
"pattern": "(^[\\w()_]+$|^[\\w()_]+=.+$)"
13+
"$ref": "#/name_definition"
1514
}
1615
},
1716
"macro_definition": {

0 commit comments

Comments
 (0)