This repository was archived by the owner on Mar 19, 2021. It is now read-only.
Commit d22903d
feat: add flag that enables supplying a list of rules to be skipped during the analysis
* chore: upgrade axe/webdriverjs versions (#35)
* chore: upgrade axe/webdriverjs versions
axe-core 2.4.1
axe-webdriverjs 1.1.4
* feat: upgrade to axe-webdriverjs@1.1.5
* docs: Add changeling for 1.0.2
* chore: update changelog for 1.1.0
* chore: update changelog to match npm version
* fix: package.json & .snyk to reduce vulnerabilities (#39)
The following vulnerabilities are fixed with a Snyk patch:
- https://snyk.io/vuln/npm:debug:20170905
Latest report for dequelabs/axe-cli:
https://snyk.io/test/github/dequelabs/axe-cli
* feat: add flag that enables supplying a list of rules to be skipped during the analysis
It works in the same way adding a rule/tag does.
* doc: add documentation for the new parameter available (--disable)
+ Also removed an extra "the" in the previous method docu1 parent 9169ffa commit d22903d
3 files changed
Lines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
70 | 73 | | |
71 | 74 | | |
72 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
40 | 46 | | |
41 | 47 | | |
42 | 48 | | |
| |||
0 commit comments