| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Sets up copyright | hippo91 | 2020-08-20 | 1 | -1/+1 |
| | | |||||
| * | Add missing copyright annotations for the past releases | Claudiu Popa | 2020-04-27 | 1 | -1/+4 |
| | | |||||
| * | Remove redundant compatibility code (#3097) | Hugo van Kemenade | 2019-09-12 | 1 | -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 codebase | Claudiu Popa | 2019-05-22 | 1 | -5/+0 |
| | | |||||
| * | Style - Apply isort on all apllicable files | Pierre Sassoulas | 2019-03-20 | 1 | -2/+2 |
| | | |||||
| * | Reformat the code with black | Claudiu Popa | 2018-09-17 | 1 | -54/+136 |
| | | |||||
| * | disable some type checking and annotate simple one | ssolanki | 2018-08-21 | 1 | -1/+1 |
| | | |||||
| * | Rename variables to remove licentious language | Claudiu Popa | 2018-08-15 | 1 | -2/+2 |
| | | |||||
| * | Update copyright notices | Claudiu Popa | 2018-07-15 | 1 | -1/+1 |
| | | |||||
| * | Don't pass the quiet flag to OptionsManagerMixin as that is now gone. Close ↵ | Claudiu Popa | 2018-05-26 | 1 | -3/+1 |
| | | | | | #2132 | ||||
| * | Regenerate copyright notices | Claudiu Popa | 2017-12-15 | 1 | -0/+4 |
| | | |||||
| * | The default package is none for pyreverse. Close #567 | Claudiu Popa | 2016-08-01 | 1 | -1/+1 |
| | | |||||
| * | Even more granular copyrights (thanks to copyrite) | Claudiu Popa | 2016-07-23 | 1 | -2/+3 |
| | | |||||
| * | Keep a consistent copyright notice across the board. | Claudiu Popa | 2016-07-19 | 1 | -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 Popa | 2016-06-01 | 1 | -15/+3 |
| | | |||||
| * | Update docs for --ignore option | Alexander Pervakov | 2016-04-24 | 1 | -3/+3 |
| | | |||||
| * | pyreverse's --ignore can't be passed multiple times. Close #564. | Claudiu Popa | 2016-03-25 | 1 | -2/+1 |
| | | |||||
| * | Give a nice error message when Graphviz is not installed. Closes issue #168. | Emile Anclin | 2015-12-08 | 1 | -0/+17 |
| | | |||||
| * | Bring parts of logilab.common.configuration and logilab.common.optik_ext ↵ | Claudiu Popa | 2015-09-01 | 1 | -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 Popa | 2015-07-03 | 1 | -1/+1 |
| | | |||||
| * | New imported features from astroid into pyreverse. | Claudiu Popa | 2015-07-03 | 1 | -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 Popa | 2015-06-17 | 1 | -1/+1 |
| | | |||||
| * | Move all package files to a pylint package. | Ionel Cristian Maries | 2015-02-14 | 1 | -0/+124 |
