|
@@ -351,6 +351,15 @@ var policies = {
|
|
"isAbnormalThreshold": 0,
|
|
"isAbnormalThreshold": 0,
|
|
"hasOffenders": true
|
|
"hasOffenders": true
|
|
},
|
|
},
|
|
|
|
+ "jQueryCallsOnEmptyObject": {
|
|
|
|
+ "tool": "jsExecutionTransformer",
|
|
|
|
+ "label": "Calls on empty objects",
|
|
|
|
+ "message": "<p>This metric counts the number of jQuery functions called on an empty jQuery object. The call was useless.</p><p>This can be helpful to detect dead or unused code.</p>",
|
|
|
|
+ "isOkThreshold": 1,
|
|
|
|
+ "isBadThreshold": 100,
|
|
|
|
+ "isAbnormalThreshold": 180,
|
|
|
|
+ "hasOffenders": false
|
|
|
|
+ },
|
|
"jQueryNotDelegatedEvents": {
|
|
"jQueryNotDelegatedEvents": {
|
|
"tool": "jsExecutionTransformer",
|
|
"tool": "jsExecutionTransformer",
|
|
"label": "Events not delegated",
|
|
"label": "Events not delegated",
|