summaryrefslogtreecommitdiff
path: root/pylint/pyreverse/utils.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Adding a check for ``inconsistent-return-statements`` inside function or ↵hippo912017-09-261-1/+2
| | | | | methods. (#1641) Close #1267
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-231-2/+3
|
* Keep a consistent copyright notice across the board.Claudiu Popa2016-07-191-0/+2
| | | | | This was changed automatically in #894, but apparently we need to have the copyright notice somewhere.
* Add the new shorter license header, including to missing files. Close #894.Claudiu Popa2016-06-011-15/+3
|
* Change the attribute check for using hasattr instead of looking explicitly ↵Claudiu Popa2015-12-081-1/+1
| | | | into __dict__.
* New imported features from astroid into pyreverse.Claudiu Popa2015-07-031-2/+3
| | | | | | We moved pyreverse.inspector.Project, pyreverse.inspector.project_from_files and pyreverse.inspector.interfaces. These were moved since they didn't belong in astroid and they can be better maintained inside pyreverse itself.
* astroid.utils.LocalsVisitor was moved to pylint.pyreverse.LocalsVisitor.Claudiu Popa2015-06-171-0/+77
|
* Move all package files to a pylint package.Ionel Cristian Maries2015-02-141-0/+132