From 10e62c04040750497dfa767d97d29beec9e66aa2 Mon Sep 17 00:00:00 2001 From: Robert Raposa Date: Mon, 30 Jan 2017 09:56:24 -0500 Subject: [PATCH] Reduce thresholds. --- scripts/safelint_thresholds.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/scripts/safelint_thresholds.json b/scripts/safelint_thresholds.json index 6c63cd25b2..ecce43a09c 100644 --- a/scripts/safelint_thresholds.json +++ b/scripts/safelint_thresholds.json @@ -3,17 +3,17 @@ "javascript-concat-html": 170, "javascript-escape": 7, "javascript-interpolate": 31, - "javascript-jquery-append": 86, - "javascript-jquery-html": 213, - "javascript-jquery-insert-into-target": 24, + "javascript-jquery-append": 77, + "javascript-jquery-html": 206, + "javascript-jquery-insert-into-target": 23, "javascript-jquery-insertion": 20, - "javascript-jquery-prepend": 9, + "javascript-jquery-prepend": 8, "mako-html-entities": 0, - "mako-invalid-html-filter": 13, - "mako-invalid-js-filter": 197, + "mako-invalid-html-filter": 11, + "mako-invalid-js-filter": 195, "mako-js-html-string": 0, "mako-js-missing-quotes": 0, - "mako-missing-default": 193, + "mako-missing-default": 189, "mako-multiple-page-tags": 0, "mako-unknown-context": 0, "mako-unparseable-expression": 0, @@ -25,8 +25,8 @@ "python-interpolate-html": 66, "python-parse-error": 0, "python-requires-html-or-text": 0, - "python-wrap-html": 247, - "underscore-not-escaped": 597 + "python-wrap-html": 242, + "underscore-not-escaped": 595 }, - "total": 1956 + "total": 1923 }