summaryrefslogtreecommitdiff
path: root/pylint/lint/pylinter.py
Commit message (Expand)AuthorAgeFilesLines
* Fixing some too long lines (#8339)Ollie2023-02-251-4/+8
* Support Implicit Namespace Packages (PEP 420) (#8153)Alexey Pelykh2023-02-091-7/+21
* [style] Limit line length and complexity using flake8 (#8064)Pierre Sassoulas2023-01-161-1/+2
* Fix ModuleNotFoundError when using pylint_django (#7940)Daniel Harding2022-12-141-2/+2
* Fix ``no-else-return false Negative for try/except/else pattern (#7888)Dani Alcala2022-12-121-2/+2
* Deduplicate module file paths to prevent redundant scans. (#7747)Eric McDonald2022-11-181-2/+2
* Bump mypy from 0.982 to 0.990 (#7769)dependabot[bot]2022-11-141-1/+1
* Avoid deprecation warning in internal use of `may_be_emitted` (#7746)Jacob Walls2022-11-111-12/+13
* Add default_enabled option to optional message dict (#7629)Marc Mueller2022-10-251-0/+3
* Swap plugin cache to pickle-able values when done (#7640)Drummond Ogilvie2022-10-201-2/+10
* Use 'py-version' when accounting for max/min version of checker (#7580)Dani Alcala2022-10-131-1/+1
* Raise ``syntax-error`` correctly on invalid encodings (#7553)Daniƫl van Noord2022-10-021-1/+4
* Use stacklevel=2 in warnings.warn calls to DeprecationWarning where makes sen...Yilei "Dolee" Yang2022-09-151-0/+5
* Turn on ``mypy`` strict mode šŸŽ‰ (#7448)DaniĆ«l van Noord2022-09-091-1/+1
* Finish typing across the codebaseDaniƫl van Noord2022-09-091-3/+1
* Add more cases that emit bad-plugin-value (#7284)Drummond Ogilvie2022-09-071-12/+27
* Do not lint ignored file on stdin (#7220)Christoph Blessing2022-09-031-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
* 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
* Update docstring to show preferred means to clear astroid cacheJacob Walls2022-06-231-1/+1
* [bad-option-value] Add a 'useless-option-value' messagePierre Sassoulas2022-06-061-9/+23
* [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-051-4/+4
* [bad-option-value] Use the right confidence and refactor message (#6829)Pierre Sassoulas2022-06-041-4/+9
* Store namespaces respective to directories (#6789)Daniƫl van Noord2022-06-041-0/+24
* 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-271-0/+9
* Some initial line wrapping of docstrings (#6672)Daniƫl van Noord2022-05-231-3/+6
* Respect ignore configuration options when --recursive=y. (#6528)Matus Valo2022-05-131-3/+12
* 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-091-9/+14
* Move ``process_tokens`` to ``_MessageStateHandler`` (#6546)Daniƫl van Noord2022-05-081-97/+4
* Move all public methods to ``_MessageStateHandler`` (#6545)Daniƫl van Noord2022-05-081-174/+2
* Create ``_MessageStateHandler`` and move all private methodsDaniƫl van Noord2022-05-081-115/+3
* Make the scope of ``PyLinter`` messages explicitDaniƫl van Noord2022-05-071-2/+27
* Fix pylint.config's caching deprecation (#6516)Pierre Sassoulas2022-05-061-4/+5
* Disable fixme for internal uses before we make it optional in #3512 (#6482)Pierre Sassoulas2022-05-011-7/+5
* Run development version of ``pydocstringformatter`` (#6469)Daniƫl van Noord2022-04-281-2/+2
* Remove some words from custom dictionary and update spellingDaniƫl van Noord2022-04-261-1/+1
* [spelling] Remove remaining typoes detected by the spelling checkerPierre Sassoulas2022-04-261-1/+1
* Add typing to ``BaseChecker`` ``msgs`` and ``reports`` (#6456)Daniƫl van Noord2022-04-251-1/+2
* Finish typing of ``pylint/lint/pylinter.py`` (#6428)Daniƫl van Noord2022-04-211-11/+18
* [typing] Add ``GetAstProtocol`` in PyLinter.py (#6427)Daniƫl van Noord2022-04-211-4/+16
* Add typing to methods of ``PyLinter`` and related functionsDaniƫl van Noord2022-04-211-9/+8
* Add typing to ``_read_stdin``Daniƫl van Noord2022-04-211-2/+3
* Add typing to ``pylint/config/__init__.py`` (#6424)Daniƫl van Noord2022-04-211-0/+1