Skip to content

Commit

Permalink
feat: Enable all rules by default
Browse files Browse the repository at this point in the history
  • Loading branch information
WilcoFiers committed Nov 13, 2017
1 parent 342cb6e commit 18263eb
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 8 deletions.
1 change: 0 additions & 1 deletion lib/rules/empty-heading.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"id": "empty-heading",
"selector": "h1, h2, h3, h4, h5, h6, [role=\"heading\"]",
"enabled": true,
"tags": [
"cat.name-role-value",
"best-practice"
Expand Down
1 change: 0 additions & 1 deletion lib/rules/heading-order.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"id": "heading-order",
"selector": "h1,h2,h3,h4,h5,h6,[role=heading]",
"enabled": false,
"tags": [
"cat.semantics",
"best-practice"
Expand Down
3 changes: 1 addition & 2 deletions lib/rules/hidden-content.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@
"any": [
"hidden-content"
],
"none": [],
"enabled": false
"none": []
}
1 change: 0 additions & 1 deletion lib/rules/label-title-only.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"id": "label-title-only",
"selector": "input, select, textarea",
"matches": "label-matches.js",
"enabled": false,
"tags": [
"cat.forms",
"best-practice"
Expand Down
1 change: 0 additions & 1 deletion lib/rules/region.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"id": "region",
"selector": "html",
"pageLevel": true,
"enabled": false,
"tags": [
"cat.keyboard",
"best-practice"
Expand Down
1 change: 0 additions & 1 deletion lib/rules/scope-attr-valid.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"id": "scope-attr-valid",
"selector": "td[scope], th[scope]",
"enabled": true,
"tags": [
"cat.tables",
"best-practice"
Expand Down
1 change: 0 additions & 1 deletion lib/rules/skip-link.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"id": "skip-link",
"selector": "a[href]",
"pageLevel": true,
"enabled": false,
"tags": [
"cat.keyboard",
"best-practice"
Expand Down

0 comments on commit 18263eb

Please sign in to comment.