testaro 18.0.0 → 18.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
- package/standardize.js +1 -1
package/README.md
CHANGED
package/package.json
CHANGED
package/standardize.js
CHANGED
|
@@ -167,7 +167,7 @@ const doQualWeb = (result, standardResult, ruleClassName) => {
|
|
|
167
167
|
const identifiers = getIdentifiers(htmlCode);
|
|
168
168
|
const instance = {
|
|
169
169
|
ruleID,
|
|
170
|
-
what:
|
|
170
|
+
what: item.description,
|
|
171
171
|
ordinalSeverity: severities[ruleClassName][item.verdict],
|
|
172
172
|
tagName: identifiers[0],
|
|
173
173
|
id: identifiers[1],
|