Files
edx-platform/scripts/xsslint_thresholds.json
2019-05-24 08:27:54 -04:00

33 lines
1.1 KiB
JSON

{
"rules": {
"javascript-concat-html": 160,
"javascript-escape": 7,
"javascript-interpolate": 26,
"javascript-jquery-append": 68,
"javascript-jquery-html": 166,
"javascript-jquery-insert-into-target": 18,
"javascript-jquery-insertion": 19,
"javascript-jquery-prepend": 7,
"mako-html-entities": 0,
"mako-invalid-html-filter": 7,
"mako-invalid-js-filter": 107,
"mako-js-html-string": 0,
"mako-js-missing-quotes": 0,
"mako-missing-default": 139,
"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": 3,
"python-custom-escape": 7,
"python-deprecated-display-name": 12,
"python-interpolate-html": 30,
"python-parse-error": 0,
"python-requires-html-or-text": 0,
"python-wrap-html": 129,
"underscore-not-escaped": 493
},
"total": 1398
}