safelint_thresholds.json 1.06 KB
Newer Older
1 2
{
    "rules": {
3
        "javascript-concat-html": 213,
4
        "javascript-escape": 7,
5
        "javascript-interpolate": 49,
Chris Rodriguez committed
6
        "javascript-jquery-append": 104,
Diana Huang committed
7 8
        "javascript-jquery-html": 277,
        "javascript-jquery-insert-into-target": 28,
9 10
        "javascript-jquery-insertion": 29,
        "javascript-jquery-prepend": 13,
11
        "mako-html-entities": 0,
12 13
        "mako-invalid-html-filter": 27,
        "mako-invalid-js-filter": 207,
14 15
        "mako-js-html-string": 0,
        "mako-js-missing-quotes": 0,
16
        "mako-missing-default": 213,
17 18 19 20 21
        "mako-multiple-page-tags": 0,
        "mako-unknown-context": 0,
        "mako-unparseable-expression": 0,
        "mako-unwanted-html-filter": 0,
        "python-close-before-format": 0,
22
        "python-concat-html": 27,
23
        "python-custom-escape": 13,
24 25
        "python-deprecated-display-name": 53,
        "python-interpolate-html": 66,
26 27
        "python-parse-error": 0,
        "python-requires-html-or-text": 0,
28 29
        "python-wrap-html": 264,
        "underscore-not-escaped": 658
30
    },
Chris Rodriguez committed
31
    "total": 2228
32
}