Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop support for Python 3.7 (#8609) | Marc Mueller | 2023-04-24 | 1 | -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 Sassoulas | 2023-03-29 | 1 | -2/+2 |
| | |||||
* | [FileState] Make Pylinter.current_name and msg_store non nullable | Pierre Sassoulas | 2023-03-08 | 1 | -2/+1 |
| | |||||
* | [pre-commit] Upgrade to black 23.1a1 with 2023's formatting (#7965) | Pierre Sassoulas | 2022-12-27 | 1 | -1/+1 |
| | |||||
* | Enable broad-try-clause check (#7796) | Nick Drozd | 2022-11-18 | 1 | -1/+1 |
| | |||||
* | Make ``disable-next`` only consider the succeeding line (#7411) | Daniël van Noord | 2022-09-05 | 1 | -5/+5 |
| | |||||
* | Treat `--errors-only` as a disable, not a paired enable/disable (#6937) | Jacob Walls | 2022-06-15 | 1 | -7/+4 |
| | | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | Mark `no-self-use` as moved to extensions (#6932) | Jacob Walls | 2022-06-13 | 1 | -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' message | Pierre Sassoulas | 2022-06-06 | 1 | -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 PyLinter | Pierre Sassoulas | 2022-06-05 | 1 | -6/+5 |
| | |||||
* | [bad-option-value] Use the right confidence and refactor message (#6829) | Pierre Sassoulas | 2022-06-04 | 1 | -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 Walls | 2022-05-27 | 1 | -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 Noord | 2022-05-23 | 1 | -2/+5 |
| | |||||
* | Move ``process_tokens`` to ``_MessageStateHandler`` (#6546) | Daniël van Noord | 2022-05-08 | 1 | -0/+94 |
| | | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | Move all public methods to ``_MessageStateHandler`` (#6545) | Daniël van Noord | 2022-05-08 | 1 | -2/+182 |
| | | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | Create ``_MessageStateHandler`` and move all private methods | Daniël van Noord | 2022-05-08 | 1 | -0/+138 |