Remove abbreviations from rule metadata to clarify API.

This commit is contained in:
David Anson 2018-01-18 21:34:30 -08:00
parent 513a1351a5
commit 49e36f817c
4 changed files with 92 additions and 90 deletions

View file

@ -32,7 +32,7 @@ rules.forEach(function forRule(rule) {
tags[tag] = tagRules;
});
var scheme = {
"description": rule.names.join("/") + " - " + rule.desc,
"description": rule.names.join("/") + " - " + rule.description,
"type": "boolean",
"default": true
};