Commit 80328132 by Robert Raposa

Lower safelint thresholds.

parent f5ad3a7a
{ {
"rules": { "rules": {
"javascript-concat-html": 170, "javascript-concat-html": 169,
"javascript-escape": 7, "javascript-escape": 7,
"javascript-interpolate": 31, "javascript-interpolate": 30,
"javascript-jquery-append": 77, "javascript-jquery-append": 77,
"javascript-jquery-html": 206, "javascript-jquery-html": 197,
"javascript-jquery-insert-into-target": 23, "javascript-jquery-insert-into-target": 23,
"javascript-jquery-insertion": 20, "javascript-jquery-insertion": 19,
"javascript-jquery-prepend": 8, "javascript-jquery-prepend": 8,
"mako-html-entities": 0, "mako-html-entities": 0,
"mako-invalid-html-filter": 11, "mako-invalid-html-filter": 11,
"mako-invalid-js-filter": 195, "mako-invalid-js-filter": 195,
"mako-js-html-string": 0, "mako-js-html-string": 0,
"mako-js-missing-quotes": 0, "mako-js-missing-quotes": 0,
"mako-missing-default": 189, "mako-missing-default": 186,
"mako-multiple-page-tags": 0, "mako-multiple-page-tags": 0,
"mako-unknown-context": 0, "mako-unknown-context": 0,
"mako-unparseable-expression": 0, "mako-unparseable-expression": 0,
...@@ -21,12 +21,12 @@ ...@@ -21,12 +21,12 @@
"python-close-before-format": 0, "python-close-before-format": 0,
"python-concat-html": 25, "python-concat-html": 25,
"python-custom-escape": 13, "python-custom-escape": 13,
"python-deprecated-display-name": 45, "python-deprecated-display-name": 43,
"python-interpolate-html": 66, "python-interpolate-html": 66,
"python-parse-error": 0, "python-parse-error": 0,
"python-requires-html-or-text": 0, "python-requires-html-or-text": 0,
"python-wrap-html": 242, "python-wrap-html": 239,
"underscore-not-escaped": 595 "underscore-not-escaped": 572
}, },
"total": 1923 "total": 1880
} }
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