Skip to content

Commit

Permalink
adding deprecated tag
Browse files Browse the repository at this point in the history
  • Loading branch information
straker committed Jul 26, 2019
1 parent 698e652 commit 07016cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/rules/checkboxgroup.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "checkboxgroup",
"selector": "input[type=checkbox][name]",
"tags": ["cat.forms", "best-practice"],
"tags": ["cat.forms", "best-practice", "deprecated"],
"metadata": {
"description": "Ensures related <input type=\"checkbox\"> elements have a group and that the group designation is consistent",
"help": "Checkbox inputs with the same name attribute value must be part of a group"
Expand Down
2 changes: 1 addition & 1 deletion lib/rules/radiogroup.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "radiogroup",
"selector": "input[type=radio][name]",
"tags": ["cat.forms", "best-practice"],
"tags": ["cat.forms", "best-practice", "deprecated"],
"metadata": {
"description": "Ensures related <input type=\"radio\"> elements have a group and that the group designation is consistent",
"help": "Radio inputs with the same name attribute value must be part of a group"
Expand Down

0 comments on commit 07016cf

Please sign in to comment.