summaryrefslogtreecommitdiff
path: root/pylint/message/message_definition_store.py
Commit message (Expand)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-3/+3
* Avoid deprecation warning in internal use of `may_be_emitted` (#7746)Jacob Walls2022-11-111-2/+6
* [flake8-bugbear] Disable the equivalent of 'method-cache-max-size-none'Pierre Sassoulas2022-11-051-2/+4
* Some initial line wrapping of docstrings (#6672)Daniël van Noord2022-05-231-2/+2
* Rename ``cache-max-size-none`` and check ``functools.cache`` (#6182)Daniël van Noord2022-04-191-1/+1
* Add some typing to ``pylint/lint`` (#6376)Daniël van Noord2022-04-181-2/+2
* Use ``--py39-plus`` and ``--full-reorder`` in ``python-typing-update`` (#6313)Daniël van Noord2022-04-141-1/+2
* Use ``python-typing-update`` on ``pylint/utils`` and ``message`` dirsDaniël van Noord2022-04-141-7/+9
* Only emit ``lru-cache-decorating-method`` when ``maxsize`` is ``None`` (#6181)Daniël van Noord2022-04-051-3/+3
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-1/+1
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-0/+1
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-101-2/+2
* Add ``lru-cache-decorating-method`` checker (#5674)Daniël van Noord2022-01-141-1/+5
* Add caching to bottlenecks in the message store (#5605)Pierre Sassoulas2021-12-291-1/+8
* 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