summaryrefslogtreecommitdiff
path: root/pylint/lint/run.py
Commit message (Expand)AuthorAgeFilesLines
* Tighten design constraints (#8115)Nick Drozd2023-01-281-0/+1
* Avoid hanging forever after a parallel job was killed (#7834)Daniel2022-12-121-2/+7
* Add flag `--clear-cache-post-run` to support server-like usage (#7802)Jacob Walls2022-12-051-1/+4
* Avoid hangs on many-core Windows machines (#7035)Bruce Dawson2022-06-251-0/+3
* Prevent pylint.run._cpu_count() from returning 0 (#6903)Paul Lichtenberger2022-06-111-0/+7
* Some initial line wrapping of docstrings (#6672)Daniël van Noord2022-05-231-1/+3
* Add ``generate`` subparser to ``pylint-config``Daniël van Noord2022-05-211-0/+12
* Add setup and --help command to pylint-configDaniël van Noord2022-05-211-0/+8
* Add ``pylint-config`` commandDaniël van Noord2022-05-211-1/+16
* Refactors in preparation of ``pylint-config``Daniël van Noord2022-05-171-0/+5
* Remove some words from custom dictionary and update spellingDaniël van Noord2022-04-261-1/+1
* Add some typing to ``pylint/lint`` (#6376)Daniël van Noord2022-04-181-6/+11
* Move ``Run`` and ``PyLinter`` options to separate file (#6363)Daniël van Noord2022-04-171-187/+2
* Improve CPU count detection in cgroup environments and fix CI (#6098)Daniël van Noord2022-04-161-4/+41
* Remove unused methodDaniël van Noord2022-04-151-22/+0
* Add classifications to TODOs across codebaseDaniël van Noord2022-04-141-1/+1
* Replace .namespace with .config (#6316)Daniël van Noord2022-04-141-7/+7
* Use ``python-typing-update`` on ``pylint/lint`` directoryDaniël van Noord2022-04-141-4/+5
* Add a ``--generate-toml-config`` option (#6199)Daniël van Noord2022-04-131-0/+29
* Use ``namespace`` in ``PyLinter``, ``Run`` and ``testutils`` (#6191)Daniël van Noord2022-04-051-7/+7
* Move preprocessing of arguments into ``config`` directoryDaniël van Noord2022-04-041-52/+10
* Remove unused callbacksDaniël van Noord2022-04-041-17/+1
* Remove unnecessary ``CallbackActions``Daniël van Noord2022-04-041-6/+4
* Refactor the help messageDaniël van Noord2022-04-041-54/+2
* Exit early on ``--version`` flagDaniël van Noord2022-04-041-9/+5
* Add tests and a fake callbackDaniël van Noord2022-04-041-77/+21
* Create ``_CallbackActions`` for all option callbacksDaniël van Noord2022-04-041-25/+42
* Allow setting a ``CallbackAction`` instead of ``"callback"``Daniël van Noord2022-04-021-3/+4
* Remove broken ``generate-man`` option (#6126)Daniël van Noord2022-04-021-16/+1
* Some refactors of configuration file discovery (#6052)Daniël van Noord2022-04-011-4/+15
* Move ``long-help`` to the ``Run`` class (#6041)Daniël van Noord2022-03-291-1/+22
* 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
* Upgrade ``pydocstringformatter`` to ``0.5.0`` (#5910)Daniël van Noord2022-03-131-1/+3
* Fix the period added in docstring automatically by mistake (#5790)Pierre Sassoulas2022-02-101-4/+1
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-101-16/+16
* Remove the ``check_docs`` extension and remove any references to it (#5730)Daniël van Noord2022-01-271-7/+1
* Create ``_config_initialization`` util and use in functional tests (#5591)Daniël van Noord2021-12-231-40/+2
* Fix typos accross the whole codebase (#5575)Pierre Sassoulas2021-12-211-3/+3
* Fix typos over the whole codebase (#5540)Kian Meng, Ang2021-12-171-1/+1
* Allow failing when score is affected by `Information` warning (#5318)Daniël van Noord2021-11-291-2/+7
* Fix typo in pylintrc for useless-suppression (#5303)Daniël van Noord2021-11-231-1/+1
* Add error codes to all ``type: ignore`` (#5329)Daniël van Noord2021-11-171-1/+1
* Add ``enable-all-extensions`` option (#5315)Daniël van Noord2021-11-151-0/+24
* Use single worker if importing `multiprocessing.synchronize` fails (#5238)Harshil2021-11-031-0/+1
* Fix the deprecation of set_output in our code (#5209)Pierre Sassoulas2021-10-271-1/+1
* Create a OLD_DEFAULT_PYLINT_HOME constantsPierre Sassoulas2021-10-261-2/+3
* Create a DEFAULT_PYLINT_HOME constant and upgrade help textPierre Sassoulas2021-10-261-4/+3
* Put the environnement help directly where it makes sensePierre Sassoulas2021-10-261-2/+15
* Move docs helper functions out of ``MessagesHandlerMixIn``Daniël van Noord2021-10-071-2/+2