luhn-generator
Version:
A generator of numbers that passes the validation of Luhn algorithm or Luhn formula, also known as the 'modulus 10' or 'mod 10' algorithm
15 lines (14 loc) • 315 B
JSON
{
"id": "scope-value",
"evaluate": "scope-value-evaluate",
"options": {
"values": ["row", "col", "rowgroup", "colgroup"]
},
"metadata": {
"impact": "critical",
"messages": {
"pass": "Scope attribute is used correctly",
"fail": "The value of the scope attribute may only be 'row' or 'col'"
}
}
}