Promote label with newlines to lint error (#17347)

This commit is contained in:
Joel Challis 2022-06-10 11:44:23 +01:00 committed by GitHub
parent d8ace624c8
commit 7baf9b3f35
Failed to generate hash of commit
3 changed files with 18 additions and 25 deletions

View file

@ -145,7 +145,10 @@
"type": "object",
"additionalProperties": false,
"properties": {
"label": {"type": "string"},
"label": {
"type": "string",
"pattern": "^[^\\n]*$"
},
"matrix": {
"type": "array",
"minItems": 2,