repolinter
Version:
Lint open source repositories
18 lines (17 loc) • 433 B
JSON
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "https://raw.githubusercontent.com/todogroup/repolinter/master/rules/file-not-exists-config.json",
"type": "object",
"properties": {
"nocase": {
"type": "boolean",
"default": false
},
"globsAll": {
"type": "array",
"items": { "type": "string" }
},
"pass-message": { "type": "string" }
},
"required": ["globsAll"]
}