Skip to content

Instantly share code, notes, and snippets.

@singingwolfboy
Created October 27, 2014 19:40
Show Gist options
  • Save singingwolfboy/4b53cc7ae7cbdc41ea30 to your computer and use it in GitHub Desktop.
Save singingwolfboy/4b53cc7ae7cbdc41ea30 to your computer and use it in GitHub Desktop.
edxapp@precise64:~/edx-platform$ paver run_quality
---> pavelib.quality.run_quality
---> pavelib.prereqs.install_python_prereqs
Python prereqs unchanged, skipping...
diff-quality --violations=pep8 --html-report /edx/app/edxapp/edx-platform/reports/diff_quality/diff_quality_pep8.html
-------------
Diff Quality
Quality Report: pep8
Diff: origin/master...HEAD, staged, and unstaged changes
-------------
pavelib/quality.py (100%)
pylintrc (100%)
requirements/edx/base.txt (100%)
-------------
Total: 133 lines
Violations: 0 lines
% Quality: 100%
-------------
PYTHONPATH=$PYTHONPATH:lms:lms/djangoapps:lms/lib:cms:cms/djangoapps:cms/lib:common:common/djangoapps:common/lib diff-quality --violations=pylint --html-report /edx/app/edxapp/edx-platform/reports/diff_quality/diff_quality_pylint.html
-------------
Diff Quality
Quality Report: pylint
Diff: origin/master...HEAD, staged, and unstaged changes
-------------
pavelib/quality.py (100%)
pylintrc (100%)
requirements/edx/base.txt (100%)
-------------
Total: 133 lines
Violations: 0 lines
% Quality: 100%
-------------
edxapp@precise64:~/edx-platform$ git branch
* db/update-pylint
invokelib/develop
master
uncomment-thumbnail-tests
edxapp@precise64:~/edx-platform$ pylint --version
pylint 1.3.1,
astroid 1.2.1, common 0.62.1
Python 2.7.3 (default, Feb 27 2014, 19:58:35)
[GCC 4.6.3]
edxapp@precise64:~/edx-platform$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment