From 1fdba18502e50134539ec8f9aa70a1169f76a2cc Mon Sep 17 00:00:00 2001 From: Robert Raposa Date: Mon, 20 Nov 2017 10:27:51 -0500 Subject: [PATCH] Lower thresholds. --- scripts/xsslint_thresholds.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/xsslint_thresholds.json b/scripts/xsslint_thresholds.json index 3d00a8a836..e536d90079 100644 --- a/scripts/xsslint_thresholds.json +++ b/scripts/xsslint_thresholds.json @@ -19,14 +19,14 @@ "mako-unparseable-expression": 0, "mako-unwanted-html-filter": 0, "python-close-before-format": 0, - "python-concat-html": 25, + "python-concat-html": 24, "python-custom-escape": 13, "python-deprecated-display-name": 41, - "python-interpolate-html": 66, + "python-interpolate-html": 64, "python-parse-error": 0, "python-requires-html-or-text": 0, - "python-wrap-html": 235, + "python-wrap-html": 226, "underscore-not-escaped": 507 }, - "total": 1782 + "total": 1770 }