From 0339bb8783e5483693d6d36d5f66c7c61727ac10 Mon Sep 17 00:00:00 2001 From: Robert Raposa Date: Mon, 25 Feb 2019 09:55:24 -0500 Subject: [PATCH] Reduce xsslint thresholds. --- scripts/xsslint_thresholds.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/scripts/xsslint_thresholds.json b/scripts/xsslint_thresholds.json index 1ede0b44b7..16c9a14526 100644 --- a/scripts/xsslint_thresholds.json +++ b/scripts/xsslint_thresholds.json @@ -2,31 +2,31 @@ "rules": { "javascript-concat-html": 160, "javascript-escape": 7, - "javascript-interpolate": 29, - "javascript-jquery-append": 76, - "javascript-jquery-html": 187, - "javascript-jquery-insert-into-target": 21, + "javascript-interpolate": 27, + "javascript-jquery-append": 72, + "javascript-jquery-html": 167, + "javascript-jquery-insert-into-target": 20, "javascript-jquery-insertion": 19, "javascript-jquery-prepend": 7, "mako-html-entities": 0, - "mako-invalid-html-filter": 9, - "mako-invalid-js-filter": 187, + "mako-invalid-html-filter": 7, + "mako-invalid-js-filter": 112, "mako-js-html-string": 0, "mako-js-missing-quotes": 0, - "mako-missing-default": 151, + "mako-missing-default": 144, "mako-multiple-page-tags": 0, "mako-unknown-context": 0, "mako-unparseable-expression": 0, "mako-unwanted-html-filter": 0, "python-close-before-format": 0, - "python-concat-html": 22, - "python-custom-escape": 13, - "python-deprecated-display-name": 41, - "python-interpolate-html": 63, + "python-concat-html": 3, + "python-custom-escape": 8, + "python-deprecated-display-name": 14, + "python-interpolate-html": 30, "python-parse-error": 0, "python-requires-html-or-text": 0, - "python-wrap-html": 226, - "underscore-not-escaped": 507 + "python-wrap-html": 142, + "underscore-not-escaped": 493 }, - "total": 1725 + "total": 1432 }