summaryrefslogtreecommitdiff
path: root/pylint/message/message.py
Commit message (Expand)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
* [deprecation] Message.location must be a 'MessageLocationTuple' (#8477)Pierre Sassoulas2023-03-211-19/+1
* Use stacklevel=2 in warnings.warn calls to DeprecationWarning where makes sen...Yilei "Dolee" Yang2022-09-151-0/+1
* [pylint.message] Add a location attribute to 'pylint.Message'Pierre Sassoulas2022-06-291-0/+13
* Make ``Message`` a ``dataclass`` (#6381)Daniël van Noord2022-04-181-61/+47
* Use ``python-typing-update`` on ``pylint/checkers`` directoryDaniël van Noord2022-04-141-1/+1
* Use ``python-typing-update`` on ``pylint/pyreverse`` directoryDaniël van Noord2022-04-141-13/+12
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-2/+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-1/+1
* Add ``end_lineno`` and ``end_col_offset`` to ``MessageLocationTuple`` (#5343)Daniël van Noord2021-11-221-1/+7
* Type `add_message` and add `MessageLocationTuple` (#5050)Daniël van Noord2021-09-211-1/+40
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
* Add typing in pylint.messagesPierre Sassoulas2021-06-021-1/+1
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* Remove Python 3.4 compatibility code from MessageDavid Gilman2021-02-161-3/+1
* Chore: use https links (#3679)谭九鼎2020-06-111-1/+1
* pyupgrade: automated removal of python2 constructsAnthony Sottile2020-03-241-2/+0
* Refactor - Avoid intra-packages circular dependencies for constantsPierre Sassoulas2019-03-291-1/+1
* Refactor - Create a pylint.message packagePierre Sassoulas2019-03-091-0/+53