Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
9eaa1acd
Commit
9eaa1acd
authored
Jun 13, 2016
by
Robert Raposa
Committed by
GitHub
Jun 13, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #12730 from edx/robrap/linter-thresholds
Reduce linter thresholds.
parents
1e67ec66
f7042d74
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
scripts/safelint_thresholds.json
+11
-11
No files found.
scripts/safelint_thresholds.json
View file @
9eaa1acd
{
{
"rules"
:
{
"rules"
:
{
"javascript-concat-html"
:
2
29
,
"javascript-concat-html"
:
2
05
,
"javascript-escape"
:
7
,
"javascript-escape"
:
7
,
"javascript-interpolate"
:
65
,
"javascript-interpolate"
:
51
,
"javascript-jquery-append"
:
11
3
,
"javascript-jquery-append"
:
11
0
,
"javascript-jquery-html"
:
303
,
"javascript-jquery-html"
:
274
,
"javascript-jquery-insert-into-target"
:
26
,
"javascript-jquery-insert-into-target"
:
26
,
"javascript-jquery-insertion"
:
28
,
"javascript-jquery-insertion"
:
28
,
"javascript-jquery-prepend"
:
12
,
"javascript-jquery-prepend"
:
12
,
"mako-html-entities"
:
0
,
"mako-html-entities"
:
0
,
"mako-invalid-html-filter"
:
33
,
"mako-invalid-html-filter"
:
29
,
"mako-invalid-js-filter"
:
2
22
,
"mako-invalid-js-filter"
:
2
09
,
"mako-js-html-string"
:
0
,
"mako-js-html-string"
:
0
,
"mako-js-missing-quotes"
:
0
,
"mako-js-missing-quotes"
:
0
,
"mako-missing-default"
:
2
31
,
"mako-missing-default"
:
2
15
,
"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"
:
27
,
"python-concat-html"
:
27
,
"python-custom-escape"
:
13
,
"python-custom-escape"
:
13
,
"python-deprecated-display-name"
:
5
7
,
"python-deprecated-display-name"
:
5
4
,
"python-interpolate-html"
:
68
,
"python-interpolate-html"
:
68
,
"python-parse-error"
:
0
,
"python-parse-error"
:
0
,
"python-requires-html-or-text"
:
0
,
"python-requires-html-or-text"
:
0
,
"python-wrap-html"
:
2
97
,
"python-wrap-html"
:
2
66
,
"underscore-not-escaped"
:
70
9
"underscore-not-escaped"
:
65
9
},
},
"total"
:
2
426
"total"
:
2
237
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment