summaryrefslogtreecommitdiff
path: root/pylint/pyreverse/main.py
Commit message (Collapse)AuthorAgeFilesLines
* Sets up copyrighthippo912020-08-201-1/+1
|
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-1/+4
|
* Remove redundant compatibility code (#3097)Hugo van Kemenade2019-09-121-2/+0
| | | | We no longer support Python 2 so we can remove the compatibility code we had in place for that version.
* Fix a bunch of linting errors from the codebaseClaudiu Popa2019-05-221-5/+0
|
* Style - Apply isort on all apllicable filesPierre Sassoulas2019-03-201-2/+2
|
* Reformat the code with blackClaudiu Popa2018-09-171-54/+136
|
* disable some type checking and annotate simple onessolanki2018-08-211-1/+1
|
* Rename variables to remove licentious languageClaudiu Popa2018-08-151-2/+2
|
* Update copyright noticesClaudiu Popa2018-07-151-1/+1
|
* Don't pass the quiet flag to OptionsManagerMixin as that is now gone. Close ↵Claudiu Popa2018-05-261-3/+1
| | | | #2132
* Regenerate copyright noticesClaudiu Popa2017-12-151-0/+4
|
* The default package is none for pyreverse. Close #567Claudiu Popa2016-08-011-1/+1
|
* 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
|
* Update docs for --ignore optionAlexander Pervakov2016-04-241-3/+3
|
* pyreverse's --ignore can't be passed multiple times. Close #564.Claudiu Popa2016-03-251-2/+1
|
* Give a nice error message when Graphviz is not installed. Closes issue #168.Emile Anclin2015-12-081-0/+17
|
* Bring parts of logilab.common.configuration and logilab.common.optik_ext ↵Claudiu Popa2015-09-011-2/+3
| | | | | | | | | | | | | | | | | into pylint.config The reason behind this is that we can better control the behaviour of the underlying configuration modules, such as the case for undefined options or for quickly fixing other bugs. Another side effect of this change is that it gets us closer to the moment where we will not be dependent on logilab.common anymore, which will definitely make our pytest users happy. Some parts were copied almost verbatim from logilab.common.configuration and logilab.common.optik_ext and pylint.config will definitely need a refactoring and reengineering for abstracting the configuration, so that we won't use optparse anymore, but that's subject for another patch.
* Fix bad whitespace.Claudiu Popa2015-07-031-1/+1
|
* New imported features from astroid into pyreverse.Claudiu Popa2015-07-031-5/+10
| | | | | | 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.
* Import astroid inspector to pyreverse.inspector.Claudiu Popa2015-06-171-1/+1
|
* Move all package files to a pylint package.Ionel Cristian Maries2015-02-141-0/+124