summaryrefslogtreecommitdiff
path: root/pylint/message/message_definition.py
Commit message (Expand)AuthorAgeFilesLines
* pyupgrade: automated removal of python2 constructsAnthony Sottile2020-03-241-2/+0
* Refactor file checking for a simpler parallel API (#3016)Janne Rönkkö2019-10-181-2/+2
* [pylint.message] Create a MessageDefinition.check_msgid functionPierre Sassoulas2019-08-191-5/+13
* [pylint.message] Symbol seems to never be None anymorePierre Sassoulas2019-08-161-12/+5
* [pylint.message] Move backward compatibility in MessageDefinitionPierre Sassoulas2019-08-161-0/+3
* [pylint.message] Add unittests for MessageDefinitionPierre Sassoulas2019-08-061-1/+4
* [pylint.message] Rename descr to descriptionPierre Sassoulas2019-08-061-3/+3
* Refactor - Merge normalize text in utils.pyPierre Sassoulas2019-03-291-1/+1
* Refactor - Avoid intra-packages circular dependencies for constantsPierre Sassoulas2019-03-291-1/+1
* Refactor - Create a pylint.message packagePierre Sassoulas2019-03-091-0/+77