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

This reverts commit 7fd2305f39.
This commit is contained in:
Jay Zoldak
2014-05-23 08:39:08 -04:00
parent 77c3233f29
commit 4771242d57
7 changed files with 75 additions and 202 deletions

View File

@@ -18,10 +18,7 @@ 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::
$ 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.
$ rake quality
This will print a report of the quality violations that your branch has made.