summaryrefslogtreecommitdiff
path: root/pylint/config/config_file_parser.py
Commit message (Collapse)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
|
* [deprecation] ``setup.cfg``and ``tox.ini`` sections need to start by ↵Pierre Sassoulas2023-03-201-17/+6
| | | | 'pylint' (#8465)
* Fixing some too long lines (#8339)Ollie2023-02-251-2/+2
| | | | | * Changing flake8 max-line-length to 120 Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Fix recognition of config files named ``setup.cfg`` (#3630) (#6577)Pierre Sassoulas2022-06-291-4/+4
| | | Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
* Mix incorrect parsing of multi-line options in ``ini`` filesDaniël van Noord2022-06-131-1/+0
|
* Fix parsing of unrelated options in tox.ini (#6801)Daniël van Noord2022-06-031-3/+13
|
* Fix the loading of unrelated tools options (#6356)Pierre Sassoulas2022-05-051-0/+12
| | | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
* Add exception handling for broken config files (#6351)Tushar Sadhwani2022-04-151-3/+7
|
* Use ``python-typing-update`` on ``pylint/config`` directory (#6307)Daniël van Noord2022-04-141-10/+12
|
* Fix handling of rich types in ``ini`` and ``toml`` filesDaniël van Noord2022-04-111-0/+1
|
* Improve performance of config file readerDaniël van Noord2022-04-061-14/+23
|
* Move ``_parse_rich_type_value`` to ``utils``Daniël van Noord2022-04-021-10/+5
|
* Use ``argparse`` config handler in ``misc.py`` (#6122)Daniël van Noord2022-04-021-1/+1
|
* Create ``_ConfigurationFileParser`` class (#6055)Daniël van Noord2022-04-011-0/+92
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>