Skip to content

Instantly share code, notes, and snippets.

@muhammad-ammar
Created June 18, 2015 14:53
Show Gist options
  • Save muhammad-ammar/5c1471471c3a2441fed5 to your computer and use it in GitHub Desktop.
Save muhammad-ammar/5c1471471c3a2441fed5 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...
pep8 . | tee /edx/app/edxapp/edx-platform/reports/pep8/pep8.report -a
-------------
Quality Report: pep8
-------------
-------------
Violations: 0
-------------
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
-------------
cms/djangoapps/contentstore/views/course.py (100%)
cms/djangoapps/contentstore/views/tests/test_course_index.py (100%)
cms/static/sass/elements/_system-feedback.scss (100%)
cms/templates/course_outline.html (100%)
cms/urls.py (100%)
common/test/acceptance/pages/studio/overview.py (100%)
common/test/acceptance/tests/studio/test_studio_outline.py (100%)
lms/urls.py (100%)
openedx/core/djangoapps/content/course_structures/api/__init__.py (100%)
openedx/core/djangoapps/content/course_structures/api/models.py (100%)
openedx/core/djangoapps/content/course_structures/api/urls.py (100%)
openedx/core/djangoapps/content/course_structures/api/v0/__init__.py (100%)
openedx/core/djangoapps/content/course_structures/api/v0/api.py (100%)
openedx/core/djangoapps/content/course_structures/api/v0/errors.py (100%)
openedx/core/djangoapps/content/course_structures/api/v0/serializers.py (100%)
openedx/core/djangoapps/content/course_structures/api/v0/tests.py (100%)
openedx/core/djangoapps/content/course_structures/api/v0/tests_api.py (99.1%):
7: W0611: (unused-import), : Unused courses imported from courseware
openedx/core/djangoapps/content/course_structures/api/v0/urls.py (100%)
openedx/core/djangoapps/content/course_structures/api/v0/views.py (100%)
-------------
Total: 1971 lines
Violations: 1 line
% Quality: 99%
-------------
edxapp@precise64:~/edx-platform$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment