summaryrefslogtreecommitdiff
path: root/pylint/lint/message_state_handler.py
Commit message (Expand)AuthorAgeFilesLines
* Drop support for Python 3.7 (#8609)Marc Mueller2023-04-241-8/+1
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
* [FileState] Make Pylinter.current_name and msg_store non nullablePierre Sassoulas2023-03-081-2/+1
* [pre-commit] Upgrade to black 23.1a1 with 2023's formatting (#7965)Pierre Sassoulas2022-12-271-1/+1
* Enable broad-try-clause check (#7796)Nick Drozd2022-11-181-1/+1
* Make ``disable-next`` only consider the succeeding line (#7411)Daniël van Noord2022-09-051-5/+5
* Treat `--errors-only` as a disable, not a paired enable/disable (#6937)Jacob Walls2022-06-151-7/+4
* Mark `no-self-use` as moved to extensions (#6932)Jacob Walls2022-06-131-1/+4
* [bad-option-value] Add a 'useless-option-value' messagePierre Sassoulas2022-06-061-2/+10
* [refactor] Change the name of the stashed messages list in PyLinterPierre Sassoulas2022-06-051-6/+5
* [bad-option-value] Use the right confidence and refactor message (#6829)Pierre Sassoulas2022-06-041-2/+5
* Allow disabling `bad-option-value` and `unrecognized-option` with `--disable=...Jacob Walls2022-05-271-0/+12
* Some initial line wrapping of docstrings (#6672)Daniël van Noord2022-05-231-2/+5
* Move ``process_tokens`` to ``_MessageStateHandler`` (#6546)Daniël van Noord2022-05-081-0/+94
* Move all public methods to ``_MessageStateHandler`` (#6545)Daniël van Noord2022-05-081-2/+182
* Create ``_MessageStateHandler`` and move all private methodsDaniël van Noord2022-05-081-0/+138