Compare commits

...

1 Commits

Author SHA1 Message Date
eric-therond-sonarsource
8a4b76821b Fix metadata schema to allow an empty coveredLanguages array 2021-06-30 10:28:41 +02:00

View File

@ -22,6 +22,7 @@
"additionalProperties": false,
"coveredLanguages": {
"type": "array",
"minItems": 0,
"items": {
"type": "string",
"uniqueItems": true