mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +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": {
|
||||
"^\\w+$": {
|
||||
"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
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue