summaryrefslogtreecommitdiff
path: root/pylint/message/message_definition.py
Commit message (Expand)AuthorAgeFilesLines
* [pre-commit.ci] pre-commit autoupdate and simplify ruff config (#8694)pre-commit-ci[bot]2023-05-161-1/+1
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
* [deprecation] Make 'py_version' required for 'MessageDefinition.may_be_emitte...Pierre Sassoulas2023-03-211-18/+2
* Add explicit 'stack_level' keyword in Deprecation/User warningsPierre Sassoulas2023-03-211-0/+2
* Avoid deprecation warning in internal use of `may_be_emitted` (#7746)Jacob Walls2022-11-111-1/+1
* Add default_enabled option to optional message dict (#7629)Marc Mueller2022-10-251-0/+2
* Use 'py-version' when accounting for max/min version of checker (#7580)Dani Alcala2022-10-131-4/+18
* Add support of sharing message in multiple checkers. Fix DeprecatedChecker ex...Matus Valo2022-06-161-0/+3
* Use ``python-typing-update`` on ``pylint/utils`` and ``message`` dirsDaniël van Noord2022-04-141-7/+9
* Add an __eq__ function to assert equality between MessageDefinitionPierre Sassoulas2022-04-131-1/+8
* 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-3/+3
* 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