summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* `property-with-parameters` properly handles abstract propertiesproperty-with-parameter-abstractClaudiu Popa2020-05-141-0/+4
* Start 2.5.3Claudiu Popa2020-05-141-0/+6
* Prepare 2.5.2pylint-2.5.2Claudiu Popa2020-05-051-1/+1
* ``pylint.Run`` accepts ``do_exit`` as a deprecated parameterClaudiu Popa2020-05-051-0/+9
* Prepare 2.5.1pylint-2.5.1Claudiu Popa2020-05-051-1/+1
* Allow linting directories without `__init__.py`Claudiu Popa2020-05-021-0/+4
* Allow package files to be properly discovered with multiple jobsClaudiu Popa2020-05-021-0/+4
* `no-value-for-parameter` variadic detection has improved for assign statementsClaudiu Popa2020-05-021-0/+4
* Revert pylint.Run's `exit` parameter to ``do_exit``Claudiu Popa2020-05-011-0/+6
* Fix a crash in `method-hidden` lookup for unknown base classesClaudiu Popa2020-04-281-0/+9
* Prepare 2.5.0 release for pylintClaudiu Popa2020-04-271-1/+1
* Brought back logging-fstring-interpolationAshley Whetter2020-04-271-0/+7
* ``unidiomatic-typecheck`` is no longer emitted for ``in`` and ``not in`` oper...Claudiu Popa2020-04-271-0/+4
* Fix false negative for undefined-variable when using class attribute in compr...Andrew Simmons2020-04-221-0/+4
* Fix false positive for ``undefined-variable`` when using class attribute as r...Andrew Simmons2020-04-221-1/+2
* Fix false positive for ``undefined-variable`` when using class attribute in d...Andrew Simmons2020-04-221-0/+4
* Don't HTML-escape JSON messages (#3467)Clément Pit-Claudel2020-04-031-0/+3
* Positional-only argument annotations are taken in account for ``unused-import``Claudiu Popa2020-03-281-0/+4
* Positional-only arguments are taken in account for ``useless-super-delegation``Claudiu Popa2020-03-281-0/+2
* Fix overzealous `arguments-differ` for variadicsmattlbeck2020-03-271-0/+9
* Add --list-extensions commandanubh-v2020-03-251-0/+3
* Allow used variables to be properly consumed when different checks are enable...Claudiu Popa2020-03-251-0/+4
* Recognize classes that explicitly inherit from `ABC` or define `metaclass=ABC...Slavfox2020-03-241-0/+5
* Refresh the docs a bit in preparation for the releaseClaudiu Popa2020-03-131-3/+3
* Allow non-ASCII characters in identifiers in the invalid-name rule and add no...bernie gray2020-03-111-0/+4
* ``no-self-use`` is no longer emitted for typing stubs.Claudiu Popa2020-03-071-0/+4
* Fix a false positive of ``self-assigning-variable`` on tuple unpacking.Claudiu Popa2020-03-031-0/+4
* Emit ``invalid-name`` for variables defined in loops at module level.Claudiu Popa2020-03-021-0/+4
* Fix a false positive for ``undefined-variable`` when ``__class__`` is usedClaudiu Popa2020-02-291-0/+4
* dangerous-default-value accounts for kwargs defaults. Close #3373 (#3423)Gabriel R Sezefredo2020-02-291-0/+4
* `function-redefined`` exempts function redefined on a condition.Claudiu Popa2020-02-281-0/+4
* ``typing.overload`` functions are exempted from docstring checks (#3430)Claudiu Popa2020-02-281-0/+4
* Allow isinstance-second-argument-not-valid-type to catch more casesClaudiu Popa2020-02-131-3/+2
* Add warning for the case where second argument to isinstance is not a type (#...Anubhav2020-02-131-0/+5
* Add notes-rgx option for fixme checker (#3394)Benny2020-02-131-0/+4
* Add async def checks for overridden methods (#3392)craig-sh2020-02-121-0/+4
* Do not allow ``python -m pylint ...`` to import user code (#3396)Claudiu Popa2020-02-111-0/+9
* Remove unneeded Changelog entriesClaudiu Popa2020-02-111-15/+2
* Allow dummy variables for 'redeclared-assigned-name' (#3384)Benny2020-02-051-0/+4
* Emit ``unused-argument`` for functions that partially uses their argument lis...Claudiu Popa2020-02-051-0/+4
* Fixed broad_try_clause extension to check try/finally statements and to check...Tyler Thieding2020-02-051-0/+3
* Fixed writing graphs to relative paths (#3378)Benjamin Graham2020-02-041-3/+1
* Remove import of Counter from types (unneeded and prevents use in python 3.5....Anthony2020-02-041-0/+4
* Add a check for asserts on string literals (#3346)Anubhav2020-01-141-0/+4
* Add ChangeLog entry for changes made to `doc/how_tos/plugins.rst`Enji Cooper2020-01-131-0/+2
* Fix false positive for inverse containment testsAthos Ribeiro2020-01-061-0/+2
* Adds a new check 'inconsistent-quotes'.Wes Turner2020-01-051-0/+2
* Fixed undefined-variable and unused-import flase positives when using a metac...Ashley Whetter2020-01-031-0/+5
* Add check to make sure only strings are assigned to __name__ (#3271)Andy Palmer2019-12-161-0/+4
* Fix uppercase style default regex for leading 3+ upper followed by lowercaseVille Skyttä2019-12-161-0/+1