summaryrefslogtreecommitdiff
path: root/pylint/graph.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix instances of unneeded-not in pylint's codebase.Claudiu Popa2015-11-251-1/+1
|
* Cleanup pylint issuesClaudiu Popa2015-11-211-4/+1
| | | | | | | | | | | This changeset also brings a couple of changes: * rrheaders and rcheaders are dropped from html_writer.Table's constructor. They weren't used at all and it was dead code. This simplified some if statements. * _is_attribute_property is used to look for a property assignment instead on relying on a different implementation.
* Fix pylint warnings for the code imported from logilab-common.Claudiu Popa2015-08-181-7/+11
|
* Get rid of logilab.common.graph.no-logilab-commonFlorian Bruhin2015-07-261-0/+178