repolinter
Version:
Lint open source repositories
13 lines (12 loc) • 316 B
JSON
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "https://raw.githubusercontent.com/todogroup/repolinter/master/rules/file-type-exclusion-config.json",
"type": "object",
"properties": {
"type": {
"type": "array",
"items": { "type": "string" }
}
},
"required": ["type"]
}