repolinter
Version:
Lint open source repositories
13 lines (12 loc) • 343 B
JSON
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "https://raw.githubusercontent.com/todogroup/repolinter/master/fixes/file-remove-config.json",
"type": "object",
"properties": {
"globsAll": {
"type": "array",
"items": { "type": "string" }
},
"nocase": { "type": "boolean", "default": false }
}
}