From dcadf73a5eb517b304a7d89a83554cc7a4bb0e55 Mon Sep 17 00:00:00 2001 From: Robert Raposa Date: Mon, 26 Sep 2016 10:13:12 -0400 Subject: [PATCH] Update safe template thresholds. --- scripts/safelint_thresholds.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/scripts/safelint_thresholds.json b/scripts/safelint_thresholds.json index 3df871ac6f..8dcca06257 100644 --- a/scripts/safelint_thresholds.json +++ b/scripts/safelint_thresholds.json @@ -1,16 +1,16 @@ { "rules": { - "javascript-concat-html": 181, + "javascript-concat-html": 176, "javascript-escape": 7, "javascript-interpolate": 37, - "javascript-jquery-append": 92, - "javascript-jquery-html": 225, + "javascript-jquery-append": 91, + "javascript-jquery-html": 222, "javascript-jquery-insert-into-target": 26, "javascript-jquery-insertion": 22, "javascript-jquery-prepend": 9, "mako-html-entities": 0, - "mako-invalid-html-filter": 26, - "mako-invalid-js-filter": 199, + "mako-invalid-html-filter": 19, + "mako-invalid-js-filter": 197, "mako-js-html-string": 0, "mako-js-missing-quotes": 0, "mako-missing-default": 201, @@ -25,8 +25,8 @@ "python-interpolate-html": 66, "python-parse-error": 0, "python-requires-html-or-text": 0, - "python-wrap-html": 260, - "underscore-not-escaped": 621 + "python-wrap-html": 256, + "underscore-not-escaped": 617 }, - "total": 2050 + "total": 2032 }