summaryrefslogtreecommitdiff
path: root/pylint/testutils/decorator.py
Commit message (Expand)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
* Remove some words from custom dictionary and update spellingDaniël van Noord2022-04-261-1/+1
* Finish typing of ``pylint/testutils/decorator.py``Daniël van Noord2022-04-211-11/+5
* Fix option setting in our testsuiteDaniël van Noord2022-04-151-13/+17
* Add classifications to TODOs across codebaseDaniël van Noord2022-04-141-1/+1
* Replace .namespace with .config (#6316)Daniël van Noord2022-04-141-2/+2
* Remove the ``optparse`` section from ``set_config`` (#6289)Daniël van Noord2022-04-131-28/+1
* Create ``_OutputFormatAction`` (#6267)Daniël van Noord2022-04-111-1/+1
* Move ``_parse_rich_type_value`` to ``utils``Daniël van Noord2022-04-021-6/+2
* Use ``argparse`` config handler in ``misc.py`` (#6122)Daniël van Noord2022-04-021-0/+17
* Remove ``set_config_directly`` (#6123)Daniël van Noord2022-04-021-36/+0
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-1/+1
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-0/+1
* Add a DeprecationWarning to set_config_directly (#5511)Daniël van Noord2021-12-131-0/+9
* Fix test decorator for `PyLinter` options (#5195)Daniël van Noord2021-10-221-5/+18
* Make test decorator use ``checker.set_option()``Daniël van Noord2021-09-291-0/+38
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* obtaining list of comment directives to ignore from pylintrcEli Fine2021-04-101-4/+6
* skipping spellcheck for tool directives in commentsEli Fine2021-04-101-2/+4
* Burst what remain of utils into filesPierre Sassoulas2020-11-291-1/+1
* Create a file for decoratorsPierre Sassoulas2020-11-291-0/+24