DOMQueriesAvoidable taking offenders from DOMQueriesDuplicated
This commit is contained in:
+3
-1
@@ -21,9 +21,11 @@
|
||||
"message": "A great message",
|
||||
"isOkThreshold": 1000,
|
||||
"isBadThreshold": 3000,
|
||||
"isAbnormalThreshold": 5000
|
||||
"isAbnormalThreshold": 5000,
|
||||
"takeOffendersFrom": "metric3"
|
||||
},
|
||||
"value": 222,
|
||||
"offenders": ["offender1", "offender2"],
|
||||
"bad": false,
|
||||
"abnormal": false,
|
||||
"score": 100,
|
||||
|
||||
+2
-1
@@ -13,7 +13,8 @@
|
||||
"message": "A great message",
|
||||
"isOkThreshold": 1000,
|
||||
"isBadThreshold": 3000,
|
||||
"isAbnormalThreshold": 5000
|
||||
"isAbnormalThreshold": 5000,
|
||||
"takeOffendersFrom": "metric3"
|
||||
},
|
||||
"metric3": {
|
||||
"tool": "tool1",
|
||||
|
||||
Reference in New Issue
Block a user