forked from mirrors/qmk_userspace
Promote label with newlines to lint error (#17347)
This commit is contained in:
parent
d8ace624c8
commit
7baf9b3f35
3 changed files with 18 additions and 25 deletions
|
@ -145,7 +145,10 @@
|
|||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"label": {"type": "string"},
|
||||
"label": {
|
||||
"type": "string",
|
||||
"pattern": "^[^\\n]*$"
|
||||
},
|
||||
"matrix": {
|
||||
"type": "array",
|
||||
"minItems": 2,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue