summaryrefslogtreecommitdiff
path: root/tests/config/functional
Commit message (Expand)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-2911-12/+12
* [deprecation] ``setup.cfg``and ``tox.ini`` sections need to start by 'pylint'...Pierre Sassoulas2023-03-202-6/+0
* Fix recognition of config files named ``setup.cfg`` (#3630) (#6577)Pierre Sassoulas2022-06-296-0/+37
* Fix handling of quoted ``init-hook`` (#7010)Daniël van Noord2022-06-232-0/+5
* Mix incorrect parsing of multi-line options in ``ini`` filesDaniël van Noord2022-06-132-1/+8
* [bad-option-value] Add a 'useless-option-value' messagePierre Sassoulas2022-06-0611-17/+16
* [bad-option-value] Use the right confidence and refactor message (#6829)Pierre Sassoulas2022-06-045-10/+10
* [deleted messages] Add an exception for deleted messages in MessageIdStorePierre Sassoulas2022-06-043-0/+23
* Fix parsing of unrelated options in tox.ini (#6801)Daniël van Noord2022-06-032-0/+19
* Use main instead of master as main checker name (#6569)Daniël van Noord2022-05-103-4/+4
* Fix the loading of unrelated tools options (#6356)Pierre Sassoulas2022-05-057-0/+35
* Regression tests for setup.cfg's options using the wrong section failing sile...Pierre Sassoulas2022-05-052-0/+12
* Add exception handling for broken config files (#6351)Tushar Sadhwani2022-04-153-0/+5
* Add ``unrecognized-option`` message (#6330)Daniël van Noord2022-04-153-0/+11
* Improve coverage of ``argparse`` (#6332)Daniël van Noord2022-04-151-0/+6
* Add a test for old_names with multiple new name in configurationPierre Sassoulas2022-04-152-2/+6
* Add regression test for missing comma in enable/disablePierre Sassoulas2022-04-156-0/+27
* Add ``bad-option-value``Daniël van Noord2022-04-142-2/+5
* Fix parsing of unknown message IDsDaniël van Noord2022-04-142-1/+4
* Do not use deprecated methods in ``PyLinter`` (#6293)Daniël van Noord2022-04-131-1/+0
* Add tests to check that we only add valid disable/enablePierre Sassoulas2022-04-132-0/+13
* Make the enable and disable config attributes an actual listDaniël van Noord2022-04-1310-12/+12
* Use ``namespace`` in ``PyLinter`` and the functional config tests (#6271)Daniël van Noord2022-04-1214-16/+25
* Use the ``tomli`` package instead of ``toml`` to parse ``.toml`` (#5887)Daniël van Noord2022-03-101-1/+1
* [refactor] Permit to get the expected exit code in configuration test frameworkPierre Sassoulas2021-11-226-1/+1
* Prevent crash when parsing the toml to also crash pylintPierre Sassoulas2021-11-224-0/+12
* Pylint fix for invalid TOML config (#4720)Tanvi Moharir2021-11-1312-0/+48
* Create a framework of functional tests for configuration files (#5287)Pierre Sassoulas2021-11-1213-0/+78