added and updated pavelib/quality.py from dglance branch, deprecated rake quality tasks

This commit is contained in:
Christine Lytwynec
2014-05-06 20:35:03 -04:00
parent cf6a83f4a4
commit 7fd2305f39
7 changed files with 202 additions and 75 deletions

View File

@@ -18,7 +18,10 @@ in the process of introducing other changes.
To check the quality of your pull request, just go to the top level of the
edx-platform codebase and run::
$ rake quality
$ paver run_quality
Note: The rake commands ``rake quality``, ``rake pep8``, and ``rake pylint`` are now deprecated
to ``paver run_quality``, ``paver run_pep8``, and ``paver run_pylint`` respectively.
This will print a report of the quality violations that your branch has made.