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
9e67f153
Commit
9e67f153
authored
Aug 02, 2016
by
Brian Jacobel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update docs
parent
017dbffd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
docs/en_us/internal/testing.rst
+3
-3
No files found.
docs/en_us/internal/testing.rst
View file @
9e67f153
...
@@ -802,13 +802,13 @@ To view JavaScript code style quality run this command.
...
@@ -802,13 +802,13 @@ To view JavaScript code style quality run this command.
::
::
paver run_
jsh
int
paver run_
esl
int
- This command also comes with a ``--limit`` switch, this is an example of that switch.
- This command also comes with a ``--limit`` switch, this is an example of that switch.
::
::
paver run_
jshint --limit=7
00
paver run_
eslint --limit=500
00
...
@@ -829,7 +829,7 @@ Two tools are available for evaluating complexity of edx-platform code:
...
@@ -829,7 +829,7 @@ Two tools are available for evaluating complexity of edx-platform code:
::
::
plato -q -x common/static/js/vendor/ -t common -
l .jshintrc
-r -d jscomplexity common/static/js/
plato -q -x common/static/js/vendor/ -t common -
e .eslintrc.json
-r -d jscomplexity common/static/js/
...
...
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