Created
October 27, 2014 19:40
-
-
Save singingwolfboy/4b53cc7ae7cbdc41ea30 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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