summaryrefslogtreecommitdiff
path: root/pylint/lint
Commit message (Expand)AuthorAgeFilesLines
* Do not lint ignored file on stdin (#7220)Christoph Blessing2022-09-061-6/+11
* Refactor check() (#7288)Daniël van Noord2022-08-171-36/+100
* Refactors related to separating ast creating and linting (#7286)Daniël van Noord2022-08-141-9/+21
* Revert "Fix the failure to lint modules contained under an identically named ...Jacob Walls2022-08-131-4/+2
* Remove imp-specific workaroundJacob Walls2022-08-031-3/+1
* Fix the failure to lint modules contained under an identically named directoryJacob Walls2022-08-031-2/+4
* Fix sys.path pollution in parallel mode (#7247)Jacob Walls2022-07-311-1/+3
* [syntax-error] Fix a crash when the line and column can't be retrieved (#7097)Pierre Sassoulas2022-07-301-5/+6
* Update `astroid` to 2.12 (#7153)Jacob Walls2022-07-131-1/+0
* Prevent appending distinct crash reports together that occur in the same hour...Jacob Walls2022-07-101-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
* Update docs to explain escape character not valid (#7103)tbennett02022-07-021-1/+2
* Normalize path before checking if path should be ignored (#7080)Matus Valo2022-06-281-0/+1
* Avoid hangs on many-core Windows machines (#7035)Bruce Dawson2022-06-252-1/+5
* Update docstring to show preferred means to clear astroid cacheJacob Walls2022-06-231-1/+1
* Treat `--errors-only` as a disable, not a paired enable/disable (#6937)Jacob Walls2022-06-152-10/+7
* Mark `no-self-use` as moved to extensions (#6932)Jacob Walls2022-06-131-1/+4
* Prevent pylint.run._cpu_count() from returning 0 (#6903)Paul Lichtenberger2022-06-111-0/+7
* [bad-option-value] Add a 'useless-option-value' messagePierre Sassoulas2022-06-062-11/+33
* [refactor] Callback for disabling or enabling option use a base classPierre Sassoulas2022-06-051-4/+3
* [refactor] Change the name of the stashed messages list in PyLinterPierre Sassoulas2022-06-052-10/+9
* [bad-option-value] Use the right confidence and refactor message (#6829)Pierre Sassoulas2022-06-042-6/+14
* Store namespaces respective to directories (#6789)Daniël van Noord2022-06-042-0/+37
* Reraise failures in astroid as `AstroidError`Jacob Walls2022-05-301-1/+5
* Allow disabling `bad-option-value` and `unrecognized-option` with `--disable=...Jacob Walls2022-05-272-0/+21
* Some initial line wrapping of docstrings (#6672)Daniël van Noord2022-05-234-7/+16
* 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
* Create constant for default ignore list (#6615)Andreas Finkler2022-05-151-2/+2
* Respect ignore configuration options when --recursive=y. (#6528)Matus Valo2022-05-132-7/+28
* Fix disabling of ``bad-option-value`` (#6556)Daniël van Noord2022-05-091-2/+0
* Pass ``msg_store`` and ``node`` to ``FileState`` (#6558)Daniël van Noord2022-05-092-9/+15
* Revert "Do not append namespace packages to sys.path (#6405)" (#6548)Pierre Sassoulas2022-05-091-19/+0
* Move ``process_tokens`` to ``_MessageStateHandler`` (#6546)Daniël van Noord2022-05-082-97/+98
* Move all public methods to ``_MessageStateHandler`` (#6545)Daniël van Noord2022-05-082-176/+184
* Create ``_MessageStateHandler`` and move all private methodsDaniël van Noord2022-05-082-115/+141
* Make the scope of ``PyLinter`` messages explicitDaniël van Noord2022-05-071-2/+27
* Fix saving of persistent data files on different drives (#6526)Daniël van Noord2022-05-061-1/+6
* Fix pylint.config's caching deprecation (#6516)Pierre Sassoulas2022-05-062-4/+8
* Move caching to pylint.lint from pylint.config and deprecate (#6468)Pierre Sassoulas2022-05-051-0/+63
* Do not append namespace packages to sys.path (#6405)Daniël van Noord2022-05-021-0/+19
* Disable fixme for internal uses before we make it optional in #3512 (#6482)Pierre Sassoulas2022-05-012-8/+6
* Run development version of ``pydocstringformatter`` (#6469)Daniël van Noord2022-04-282-4/+4
* Remove some words from custom dictionary and update spellingDaniël van Noord2022-04-262-2/+2
* [spelling] Remove remaining typoes detected by the spelling checkerPierre Sassoulas2022-04-261-1/+1
* [spelling] Capitalize emacs where it makes sensePierre Sassoulas2022-04-261-1/+1
* Add typing to ``BaseChecker`` ``msgs`` and ``reports`` (#6456)Daniël van Noord2022-04-252-4/+5