summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix a crash in parallel mode when the module's filepath is not set2.5Claudiu Popa2020-06-204-4/+23
* Fix a crash caused by not guarding against `InferenceError` when calling `inf...Claudiu Popa2020-06-183-4/+22
* Start working on 2.5.4Claudiu Popa2020-06-082-1/+7
* Prepare 2.5.3pylint-2.5.3Claudiu Popa2020-06-081-1/+1
* Allow numbers in checker names. (#3667)Jeremy Fleischman2020-06-084-1/+17
* Protect against `AttributeError` when checking `cell-var-from-loop`Claudiu Popa2020-05-294-9/+25
* config: Handle rich (non-string) types in TOML fileDamien Baty2020-05-164-24/+100
* Fix a regression where the score was not reported with multiple jobsClaudiu Popa2020-05-163-1/+12
* Fix a regression where messages with dash are not fully parsedClaudiu Popa2020-05-143-2/+14
* `continue-in-finally` no longer emitted on Python 3.8 where it's now validClaudiu Popa2020-05-143-0/+7
* `property-with-parameters` properly handles abstract propertiesClaudiu Popa2020-05-144-2/+25
* Start 2.5.3Claudiu Popa2020-05-142-1/+7
* Prepare 2.5.2pylint-2.5.2Claudiu Popa2020-05-052-2/+2
* ``pylint.Run`` accepts ``do_exit`` as a deprecated parameterClaudiu Popa2020-05-052-1/+22
* Prepare 2.5.1pylint-2.5.1Claudiu Popa2020-05-052-2/+2
* Allow linting directories without `__init__.py`Claudiu Popa2020-05-023-1/+20
* Allow package files to be properly discovered with multiple jobsClaudiu Popa2020-05-023-4/+40
* `no-value-for-parameter` variadic detection has improved for assign statementsClaudiu Popa2020-05-023-6/+37
* Lint pylint from toxinidir, not the installed oneClaudiu Popa2020-05-011-1/+1
* Revert pylint.Run's `exit` parameter to ``do_exit``Claudiu Popa2020-05-014-6/+14
* Fix a crash in `method-hidden` lookup for unknown base classesClaudiu Popa2020-04-283-9/+24
* Pylint 2.5.0 requires astroid 2.4+ to work correctlypylint-2.5.0Claudiu Popa2020-04-271-1/+1
* Fix formattingClaudiu Popa2020-04-271-0/+1
* Revert the use of astroid 2.4 until 2.4 itself is releasedClaudiu Popa2020-04-271-1/+1
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-27100-177/+625
* Prepare 2.5.0 release for pylintClaudiu Popa2020-04-273-4/+5
* Fix formatting error in test fileClaudiu Popa2020-04-271-3/+9
* Replace logging-format-formatting with the valid logging-format-interpolationClaudiu Popa2020-04-271-1/+1
* Brought back logging-fstring-interpolationAshley Whetter2020-04-2712-112/+113
* ``unidiomatic-typecheck`` is no longer emitted for ``in`` and ``not in`` oper...Claudiu Popa2020-04-274-18/+13
* Add back License not handled by a scriptPierre Sassoulas2020-04-274-0/+12
* benchmark| Potential solution for performance regressions (#3473)Frank Harrison2020-04-263-2/+352
* More localized disable for broad-except in PylinterPierre Sassoulas2020-04-261-4/+2
* [lint package refactor] Create a file for the Run classPierre Sassoulas2020-04-262-407/+409
* [lint package refactor] Create a file for pylinterPierre Sassoulas2020-04-264-1174/+1185
* [lint package refactor] Create a file for check_parallelPierre Sassoulas2020-04-262-104/+115
* [lint package refactor] Create a file for the utility functionsPierre Sassoulas2020-04-262-72/+79
* [lint package refactor] Create a file for the report functionsPierre Sassoulas2020-04-262-72/+78
* Refactor - Move the content of lint.py in its own packagePierre Sassoulas2020-04-267-18/+18
* [test json] Refactor the json reporter unittestPierre Sassoulas2020-04-261-23/+30
* Fix a typo in a JsonReporter docstringPierre Sassoulas2020-04-263-4/+1
* Fix a typo in TextReporterPierre Sassoulas2020-04-261-2/+2
* profile| Remove the --profile-svg switchFrank Harrison2020-04-231-1/+1
* profile| Adds profile-heatmap generation output to tox test-runsFrank Harrison2020-04-231-1/+2
* Fix false negative for undefined-variable when using class attribute in compr...Andrew Simmons2020-04-224-10/+45
* Fix false positive for ``undefined-variable`` when using class attribute as r...Andrew Simmons2020-04-223-1/+23
* Fix false positive for ``undefined-variable`` when using class attribute in d...Andrew Simmons2020-04-224-12/+53
* Remove import and rename file to use pytest's conftest.pyPierre Sassoulas2020-04-204-18/+5
* Fix the broken tests: raises do not exist in PythonPierre Sassoulas2020-04-201-2/+2
* [tests lint] Fix function redefinition in check_docsPierre Sassoulas2020-04-202-3/+2