mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
Verify lines in packages.sources
This commit is contained in:
parent
065e6fdb5c
commit
f632e5efce
1 changed files with 4 additions and 1 deletions
|
@ -43,7 +43,10 @@
|
||||||
"patternProperties": {
|
"patternProperties": {
|
||||||
"^\\w+$": {
|
"^\\w+$": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {"type": "string"},
|
"items": {
|
||||||
|
"type": "string",
|
||||||
|
"pattern": "^(deb|deb-src)\\s+(\\[\\s*(.+\\S)?\\s*\\]\\s+)?\\S+\\s+\\S+(\\s+(.+\\S))?\\s*$"
|
||||||
|
},
|
||||||
"minItems": 1
|
"minItems": 1
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue