#205: Fix Pylint errors
-----------------------+----------------------------------------------------
Reporter: bthiell | Owner:
Type: defect | Status: new
Priority: major | Milestone:
Component: *general* | Version:
Keywords: |
-----------------------+----------------------------------------------------
The Invenio codebase contains a lot of errors reported by Pylint. These
errors are of two kinds and both kinds require action:
* a real error. That's an easy one. It just needs a fix.
* a false-positive. Pylint shows code that is not very readable for a
common user so the code needs to be rewritten in a better way or if it's
not possible, it needs to be documented in order to avoid external
developers losing time on weird code. Also we can sometimes prevent Pylint
to report on the error.
The branch 'code-quality' on my Github fixes several of these issues:
http://github.com/badzil/My-Invenio/tree/code-quality
--
Ticket URL: <http://invenio-software.org/ticket/205>
Invenio <http://invenio-software.org>