summaryrefslogtreecommitdiff
path: root/pylint/config/exceptions.py
Commit message (Collapse)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
|
* Some initial line wrapping of docstrings (#6672)Daniël van Noord2022-05-231-3/+5
|
* Remove some words from custom dictionary and update spellingDaniël van Noord2022-04-261-1/+1
|
* Add ``unrecognized-option`` message (#6330)Daniël van Noord2022-04-151-0/+10
| | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Remove the ``future_option_parsing`` keyword (#6253)Daniël van Noord2022-04-111-4/+0
|
* Move preprocessing of arguments into ``config`` directoryDaniël van Noord2022-04-041-0/+4
|
* Create an `Argument` class and allow convertion of optdict into them (#5584)Daniël van Noord2022-03-291-0/+13
* Use config initialization of ``_ArgumentsManager`` * Allow ``BaseChecker`` to register on a ``_ArgumentsManager`` * Use the ``argparse`` config handler in ``logging.py`` and add tests