summaryrefslogtreecommitdiff
path: root/pylint/config/callback_actions.py
Commit message (Expand)AuthorAgeFilesLines
* Accept a comma-separated list of messages IDs in ``--help-msg`` (#7490)Daniël van Noord2022-09-191-1/+5
* Finish some unfinished typing signaturesDaniël van Noord2022-09-091-1/+1
* Bump or remove some ``TODOs`` (#7141)Daniël van Noord2022-07-071-1/+2
* 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-3/+7
* [refactor] Callback for disabling or enabling option use a base classPierre Sassoulas2022-06-051-21/+34
* [refactor] Change the name of the stashed messages list in PyLinterPierre Sassoulas2022-06-051-6/+6
* Allow disabling `bad-option-value` and `unrecognized-option` with `--disable=...Jacob Walls2022-05-271-4/+6
* Make ``_generate_config_file`` return a stringDaniël van Noord2022-05-221-1/+1
* Refactors in preparation of ``pylint-config``Daniël van Noord2022-05-171-0/+43
* Update all ``TODO: 2.14`` (#6573)Daniël van Noord2022-05-101-1/+1
* Activate the ``duplicate-code`` checker (#6121)Pierre Sassoulas2022-05-051-1/+1
* Disable fixme for internal uses before we make it optional in #3512 (#6482)Pierre Sassoulas2022-05-011-1/+0
* Add some typing to ``pylint/lint`` (#6376)Daniël van Noord2022-04-181-1/+1
* Several ``argparse`` related refactors (#6337)Daniël van Noord2022-04-151-1/+1
* Exclude deprecated methods and files from coverageDaniël van Noord2022-04-151-3/+3
* Add ``bad-option-value``Daniël van Noord2022-04-141-6/+4
* Fix parsing of unknown message IDsDaniël van Noord2022-04-141-12/+12
* Use ``--py39-plus`` and ``--full-reorder`` in ``python-typing-update`` (#6313)Daniël van Noord2022-04-141-1/+2
* Use ``python-typing-update`` on ``pylint/config`` directory (#6307)Daniël van Noord2022-04-141-43/+45
* Create ``_ExtendArgument``Daniël van Noord2022-04-141-0/+21
* Add a ``--generate-toml-config`` option (#6199)Daniël van Noord2022-04-131-0/+14
* Use ``namespace`` in ``--generate-rcfile`` (#6282)Daniël van Noord2022-04-131-3/+2
* Use ``namespace`` in ``PyLinter`` and the functional config tests (#6271)Daniël van Noord2022-04-121-7/+17
* Add ``_DisableAction`` and ``_EnableAction``Daniël van Noord2022-04-111-0/+32
* Create ``_OutputFormatAction`` (#6267)Daniël van Noord2022-04-111-0/+61
* Refactor ``ArgumentsManager.help``Daniël van Noord2022-04-111-1/+1
* Deprecate ``generate_config`` (#6222)Daniël van Noord2022-04-071-1/+7
* Change how ``errors-mode`` is parsedDaniël van Noord2022-04-051-1/+1
* Remove unnecessary ``CallbackActions``Daniël van Noord2022-04-041-30/+0
* Refactor the help messageDaniël van Noord2022-04-041-10/+16
* Add tests and a fake callbackDaniël van Noord2022-04-041-6/+2
* Create ``_CallbackActions`` for all option callbacksDaniël van Noord2022-04-041-1/+268
* Allow setting a ``CallbackAction`` instead of ``"callback"``Daniël van Noord2022-04-021-0/+40