summaryrefslogtreecommitdiff
path: root/pylint/message/message_definition_store.py
Commit message (Expand)AuthorAgeFilesLines
* Add basic typing to ``pylint/message``Daniël van Noord2021-10-021-3/+6
* Refactor ``--list-msgs`` & ``--list-msgs-enabled`` (#4793)Daniël van Noord2021-08-031-5/+21
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
* Refactor register_message_definition to prevent circular importPierre Sassoulas2021-06-021-1/+3
* Add typing in pylint.messagesPierre Sassoulas2021-06-021-24/+15
* Changes after black updateMarc Mueller2021-04-261-2/+2
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* pyupgrade: automated removal of python2 constructsAnthony Sottile2020-03-241-2/+0
* Remove redundant compatibility code (#3097)Hugo van Kemenade2019-09-121-2/+0
* [pylint.message] Remove a check that never failPierre Sassoulas2019-09-101-4/+0
* [pylint.message] Optimize MessageDefinitionStore storagePierre Sassoulas2019-09-101-7/+4
* [pylint.message] Simplify get_message_definitionsPierre Sassoulas2019-09-101-8/+4
* [pylint.message] Simplification with 1-1 link between symbol and msgidPierre Sassoulas2019-08-191-130/+34
* [pylint.message] Symbol seems to never be None anymorePierre Sassoulas2019-08-161-4/+1
* [pylint.message] Rename MessagesStore to MessageDefinitionStorePierre Sassoulas2019-08-091-0/+202