Commit f95c30af by Robert Raposa Committed by GitHub

Merge pull request #15242 from edx/robrap/lower-thresholds

Lower safe lint thresholds.
parents 3ddb7454 7e0215a1
......@@ -4,7 +4,7 @@
"javascript-escape": 7,
"javascript-interpolate": 30,
"javascript-jquery-append": 77,
"javascript-jquery-html": 197,
"javascript-jquery-html": 196,
"javascript-jquery-insert-into-target": 23,
"javascript-jquery-insertion": 19,
"javascript-jquery-prepend": 8,
......@@ -13,7 +13,7 @@
"mako-invalid-js-filter": 195,
"mako-js-html-string": 0,
"mako-js-missing-quotes": 0,
"mako-missing-default": 186,
"mako-missing-default": 185,
"mako-multiple-page-tags": 0,
"mako-unknown-context": 0,
"mako-unparseable-expression": 0,
......@@ -28,5 +28,5 @@
"python-wrap-html": 239,
"underscore-not-escaped": 572
},
"total": 1880
"total": 1878
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment