summaryrefslogtreecommitdiff
path: root/pylint/message/message_definition.py
Commit message (Expand)AuthorAgeFilesLines
* Move staticmethods out of MessagesHandlerMixIn (#5123)Daniël van Noord2021-10-071-1/+27
* Add basic typing to ``pylint/message``Daniël van Noord2021-10-021-5/+8
* Add ``no-implicit-optional`` flag to ``mypy`` (#5075)Daniël van Noord2021-09-261-1/+1
* Add typing with `PyAnnotate` to `./tests` (#4950)Daniël van Noord2021-09-041-2/+2
* Add ``Consider-using-f-string`` checker (#4796)Daniël van Noord2021-08-301-6/+6
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
* Add typing in pylint.messagesPierre Sassoulas2021-06-021-16/+21
* Bump pyupgrade from 2.16.0 to 2.18.1 (#4496)dependabot[bot]2021-05-241-2/+2
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* Migrate from % syntax or bad format() syntax to fstringPierre Sassoulas2021-02-211-5/+3
* Move from % string formatting syntax to f-string or .format()Pierre Sassoulas2021-02-211-6/+8
* 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