Reduce the weight of jsErrors in score

This commit is contained in:
Gaël Métais
2015-01-05 15:05:23 +01:00
parent 6b1b9252b3
commit aabbf882df
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
"badJavascript": {
"label": "Bad JavaScript",
"policies": {
"jsErrors": 2,
"jsErrors": 1,
"documentWriteCalls": 2,
"consoleMessages": 0.5,
"globalVariables": 0.5