summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [functional tests] Modify expected result after moving filesPierre Sassoulas2019-09-1013-21/+23
* [functional tests] Module needs an __init__.pyPierre Sassoulas2019-09-1020-0/+0
* [functional tests] Rename example_functional_tests.py => e/example_functional...Pierre Sassoulas2019-09-10836-0/+0
* [functional tests] Clearer fatal fail error messagePierre Sassoulas2019-09-101-1/+3
* [functional tests] Use walk instead of listdirPierre Sassoulas2019-09-101-3/+6
* [functional tests] Clearer error message when file not foundPierre Sassoulas2019-09-101-2/+1
* [functional tests] Add __repr__ for FunctionalTestFilePierre Sassoulas2019-09-101-0/+3
* [changelog] Add 'multiple message with the same old name'Pierre Sassoulas2019-09-102-1/+3
* [pylint.message] Remove a check that never failPierre Sassoulas2019-09-103-11/+1
* [pylint.message] Optimize MessageDefinitionStore storagePierre Sassoulas2019-09-103-8/+10
* [pylint.message] Simplify get_message_definitionsPierre Sassoulas2019-09-101-8/+4
* [test/functional] Better error message for failPierre Sassoulas2019-09-101-1/+1
* [tests.message] Add a test for multiple messages with the same old namePierre Sassoulas2019-09-103-1/+59
* Report unnecessary else after continue and breakRobert Schweizer2019-09-1016-29/+357
* Do not scope the iterating contexts to builtinsClaudiu Popa2019-09-101-2/+1
* Added a new check, consider-using-sys-exit, close #2925 (#3062)Sushobhit2019-08-225-0/+42
* useless-suppression detection now ignores cyclic-import (#3071)Eric Froemling2019-08-223-3/+14
* [pylint.checkers] Clearer __repr__ when printing checkersPierre Sassoulas2019-08-192-3/+3
* [pylint.message] Simplification with 1-1 link between symbol and msgidPierre Sassoulas2019-08-194-293/+225
* [tests.message] Create a test for MessageDefinition __str__Pierre Sassoulas2019-08-191-0/+9
* [pylint.message] Create a MessageDefinition.check_msgid functionPierre Sassoulas2019-08-193-18/+32
* [pylint.message] Create a MessageIdStore classPierre Sassoulas2019-08-195-0/+274
* [changelog] Add the 1:1 relation between msgid and symbolPierre Sassoulas2019-08-191-0/+6
* [docparams] Rename legacy message definition to keep 1:1 mappingPierre Sassoulas2019-08-191-4/+4
* [pylint.checkers] Make the link between msgid and symbol strictly 1-1Pierre Sassoulas2019-08-197-15/+15
* Adjut the wording to be less opinionated and mention the editable installClaudiu Popa2019-08-191-4/+17
* [Readme] Add information on how to launch tests fast (#3040)Pierre Sassoulas2019-08-191-0/+23
* Add a new check `arguments-out-of-order`mattlbeck2019-08-168-4/+124
* Don't require super call from `typing.overload`-ed __init__Grygorii Iermolenko2019-08-162-1/+25
* [pylint.message] Symbol seems to never be None anymorePierre Sassoulas2019-08-162-16/+6
* [pylint.message] Move backward compatibility in MessageDefinitionPierre Sassoulas2019-08-162-5/+6
* Typing module since Python 3.5 (#3056)Grygorii Iermolenko2019-08-161-1/+1
* Allow a `.` as a prefix for Sphinx name resolution. (#3058)Danny Hermes2019-08-164-1/+23
* Do not crash when cannot infer the name of an attribute owner. Close #3019Claudiu Popa2019-08-092-3/+13
* [pylint.message] MessageHandlerMixIn.add_message is too complexPierre Sassoulas2019-08-091-7/+10
* [pylint.message] Rename MessagesStore to MessageDefinitionStorePierre Sassoulas2019-08-095-10/+15
* [checkers.utils] Incompatible return value type (expected List[Any]) (#3049)Pierre Sassoulas2019-08-091-1/+1
* W0199: Change description to use the term 2-item-tuple (#3033)Niko Wenselowski2019-08-064-3/+8
* [pylint.message] category_id does not need to be a functionPierre Sassoulas2019-08-061-9/+5
* [pylint.utils] pylint.utils.category_id used only oncePierre Sassoulas2019-08-063-15/+9
* [pylint.message] Add unittests for MessageDefinitionPierre Sassoulas2019-08-062-1/+89
* [pylint.message] F401 'pylint.message.x' imported but unusedPierre Sassoulas2019-08-061-0/+2
* [pylint.message] Remove a useless variablePierre Sassoulas2019-08-061-12/+15
* [pylint.message] Rename msg_descr to msgidPierre Sassoulas2019-08-061-8/+4
* [pylint.lint] Rename neededcheckers to needed_checkersPierre Sassoulas2019-08-061-5/+5
* [pylint.message] Rename descr to descriptionPierre Sassoulas2019-08-061-3/+3
* [pylint.message] Clearer conditionnal msgid formattingPierre Sassoulas2019-08-061-2/+3
* [pylint.message] Remove MessageStore.add_renamed_messagePierre Sassoulas2019-08-062-26/+0
* [pylint.message] Rename msg_id to msgidPierre Sassoulas2019-08-061-8/+7
* Don't emit protected-acces for single underscore prefixed attributes in speci...hippo912019-08-066-1/+73