repolinter
Version:
Lint open source repositories
17 lines (16 loc) • 393 B
JSON
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "https://raw.githubusercontent.com/todogroup/repolinter/master/rules/git-list-tree-config.json",
"type": "object",
"properties": {
"denylist": {
"type": "array",
"items": { "type": "string" }
},
"ignoreCase": {
"type": "boolean",
"default": false
}
},
"required": ["denylist"]
}