summaryrefslogtreecommitdiff
path: root/pylint/lint/message_state_handler.py
Commit message (Collapse)AuthorAgeFilesLines
* Drop support for Python 3.7 (#8609)Marc Mueller2023-04-241-8/+1
| | | | | * Drop support for Python 3.7 * Update py-version + classifier * Update functional tests
* [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
| | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Mark `no-self-use` as moved to extensions (#6932)Jacob Walls2022-06-131-1/+4
| | | | | | * Mark `no-self-use` as deleted (moved to extensions) * Separate notions of deleted messages from moved messages Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* [bad-option-value] Add a 'useless-option-value' messagePierre Sassoulas2022-06-061-2/+10
| | | | | | | So it's possible to to distinguish between genuine typoes and old configuration that could be cleaned. We use old_names to decrease message type to warning
* [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
| | | Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
* Allow disabling `bad-option-value` and `unrecognized-option` with ↵Jacob Walls2022-05-271-0/+12
| | | | | `--disable=all` (#6691) Previously, due to the order in which options are parsed (config file, then command line), any unrecognized or bad options in the config file would emit messages unconditionally, even if suppressed on the CLI.
* 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
| | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Move all public methods to ``_MessageStateHandler`` (#6545)Daniël van Noord2022-05-081-2/+182
| | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Create ``_MessageStateHandler`` and move all private methodsDaniël van Noord2022-05-081-0/+138