summaryrefslogtreecommitdiff
path: root/tests/config
Commit message (Expand)AuthorAgeFilesLines
...
* Deprecate ``cb_set_provider_option``Daniël van Noord2022-04-151-0/+5
* Add ``bad-option-value``Daniël van Noord2022-04-143-3/+19
* Fix parsing of unknown message IDsDaniël van Noord2022-04-142-1/+4
* Use ``python-typing-update`` on second half of the ``tests`` directoryDaniël van Noord2022-04-143-6/+10
* Remove ``_ArgumentsManager.namespace``Daniël van Noord2022-04-141-12/+0
* Replace .namespace with .config (#6316)Daniël van Noord2022-04-143-14/+12
* Remove use of deprecated methods in ``_ArgumentsProvider`` and ``_config_init...Daniël van Noord2022-04-131-0/+15
* Do not use deprecated methods in ``PyLinter`` (#6293)Daniël van Noord2022-04-132-2/+12
* 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
* Remove last use of ``config`` in ``PyLinter``Daniël van Noord2022-04-121-1/+1
* Use ``namespace`` in ``PyLinter`` and the functional config tests (#6271)Daniël van Noord2022-04-1215-20/+29
* Set ``pyupgrade`` to ``--py37-plus``Daniël van Noord2022-04-111-8/+2
* Handle missing keys in option dictionariesDaniël van Noord2022-04-112-2/+2
* Refactor ``ArgumentsManager.help``Daniël van Noord2022-04-111-0/+14
* Deprecate ``load_config_file``, ``load_configuration`` and ``load_configurati...Daniël van Noord2022-04-071-0/+36
* Use ``namespace`` in ``PyLinter``, ``Run`` and ``testutils`` (#6191)Daniël van Noord2022-04-051-1/+1
* Finalize ``_parse_command_line_configuration`` (#6189)Daniël van Noord2022-04-051-2/+2
* Add tests for deprecated optionsDaniël van Noord2022-04-041-0/+24
* Refactor ``find_default_config_files`` (#6067)Daniël van Noord2022-04-011-0/+132
* Handle invalid .cfg when assessing if they contain a pylint configPierre Sassoulas2022-03-311-0/+1
* Add tests for function detecting pylint config in filesPierre Sassoulas2022-03-311-0/+68
* Create an `Argument` class and allow convertion of optdict into them (#5584)Daniël van Noord2022-03-293-0/+71
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-245-2/+14
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-242-11/+2
* Use the ``tomli`` package instead of ``toml`` to parse ``.toml`` (#5887)Daniël van Noord2022-03-101-1/+1
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-102-2/+2
* Format docstrings with ``pydocstringformatter``Daniël van Noord2022-01-022-4/+5
* Fix typos accross the whole codebase (#5575)Pierre Sassoulas2021-12-211-4/+4
* Upgrade mypy to 0.920 (#5535)Marc Mueller2021-12-161-1/+5
* Fix typo in pylintrc for useless-suppression (#5303)Daniël van Noord2021-11-231-1/+0
* [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
* Fix user specific path in functional conf tests for tox (#5301)Pierre Sassoulas2021-11-141-1/+4
* 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-1216-96/+192
* Use a stable file in order to have a stable exit codePierre Sassoulas2021-11-102-1/+7
* Refactor 'check_configuration_file_reader' so we can assert other filesPierre Sassoulas2021-11-101-18/+30
* Fix the typing of all PosixPath in tests/config/test_config.pyPierre Sassoulas2021-11-101-6/+6
* Simplify 'test_can_read_toml_env_variable' to work like other testsPierre Sassoulas2021-11-101-19/+6
* Rename test_can_read_env_variable so it has 'toml' in itPierre Sassoulas2021-11-081-1/+2
* Remove duplicated comment in 'test_can_read_env_variable'Pierre Sassoulas2021-11-081-2/+0
* Move existing config tests to the tests/config directoryPierre Sassoulas2021-11-082-0/+228