summaryrefslogtreecommitdiff
path: root/doc/whatsnew/2.2.rst
Commit message (Expand)AuthorAgeFilesLines
* Change the ``logging-format-style`` to use name identifier instead of their c...Claudiu Popa2018-11-281-0/+3
* Forgot to update the documentation as wellpylint-2.2.0Claudiu Popa2018-11-251-2/+2
* Adding implicit-str-concat-in-sequence check (#1655)Lucas Cimon2018-10-101-0/+9
* New option: logging-format-style for logging checker (#2521)Alan Chan2018-10-041-0/+3
* Fix utils.is_subclass_of to be aware of complex hierarchies (#2508)Sushobhit2018-09-281-0/+4
* Add a new check, ``duplicate-string-formatting-argument``Claudiu Popa2018-09-051-0/+3
* Added checker for format string type mismatches.Yury Gribov2018-09-041-0/+1
* Emit unused-import instead of unused-variable when dealing with unused importsSushobhit2018-08-311-0/+5
* Handle asyncio.coroutine when looking for ``not-an-iterable`` check.Claudiu Popa2018-08-241-1/+6
* Pick the latest value from the inferred values when looking for ``raising-non...Claudiu Popa2018-08-221-0/+7
* Fix some typosClaudiu Popa2018-08-221-1/+1
* Fix is_subclass_of when one param is not ClassDefCaio Carrara2018-08-221-1/+1
* fix false positive ``undefined-variable``ssolanki2018-08-171-0/+2
* Ignore import x.y.z as z cases for checkerssolanki2018-08-151-0/+2
* add whatsnew/2.2.rstssolanki2018-08-091-0/+22