forked from openedx/edx-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
Diff Quality
Peter Fogg edited this page Jul 10, 2013
·
5 revisions
@sarina and @peter-fogg added support for code quality checking in diff-cover
.
The branch: https://github.com/edx/diff-cover/tree/quality-violations
Usage of diff-quality
is similar to that of diff-cover
(see the README for more details). The report format is modified to include line numbers and error messages from the checker. Currently only pylint
and pep8
are supported; however, it should be quite easy to add support for additional style checkers (jslint
? coffeelint
?).