summaryrefslogtreecommitdiff
path: root/pylint/lint/base_options.py
Commit message (Collapse)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
|
* Support globbing patterns for source-roots (#8281)Alexey Pelykh2023-02-211-4/+5
| | | Co-authored-by: Andreas Finkler <3929834+DudeNr33@users.noreply.github.com>
* Support Implicit Namespace Packages (PEP 420) (#8153)Alexey Pelykh2023-02-091-0/+11
| | | Co-authored-by: Andreas Finkler <3929834+DudeNr33@users.noreply.github.com>
* Add flag `--clear-cache-post-run` to support server-like usage (#7802)Jacob Walls2022-12-051-0/+10
| | | | | | Use this flag if you expect the linted files to be altered between runs, for instance, if using pylint in a server-like mode. The flag clear's astroid's in-memory caches.
* Double escape to put escape character in rsttbennett02022-11-091-1/+1
|
* Use ``regular expression`` instead of ``regex``Daniël van Noord2022-07-071-2/+2
|
* doc(fail-under): rephrase description (#7102)Ville Skyttä2022-07-051-1/+1
| | | | | | To exceed a threshold here sonds to me as if the score would have to be _above_ the threshold, which is the opposite of what actually happens. Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Update docs to explain escape character not valid (#7103)tbennett02022-07-021-1/+2
| | | | | Adding note from #5415 to docs Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Avoid hangs on many-core Windows machines (#7035)Bruce Dawson2022-06-251-1/+2
| | | | | | | | | | | | | Creating a multiprocessing Pool with too many processes can hit ValueError exceptions or hangs or both. The number that counts as "too many" depends on the Python version so this change uses 56 as a guaranteed safe limit. Details in #6965 Note that this only avoids the issue if an explicit jobs count is not passed in. Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
* Treat `--errors-only` as a disable, not a paired enable/disable (#6937)Jacob Walls2022-06-151-3/+3
| | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Create constant for default ignore list (#6615)Andreas Finkler2022-05-151-2/+2
|
* [spelling] Capitalize emacs where it makes sensePierre Sassoulas2022-04-261-1/+1
|
* Fix short ``-v`` flag and add ``metavar`` support to ``_CallableArgument`` ↵Daniël van Noord2022-04-191-0/+2
| | | | (#6386)
* Move ``Run`` and ``PyLinter`` options to separate file (#6363)Daniël van Noord2022-04-171-0/+569