summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* [doc] Support specifying the Python interpreterBenjamin Drung2018-09-281-2/+3
* Fix utils.is_subclass_of to be aware of complex hierarchies (#2508)Sushobhit2018-09-281-0/+4
* Update tutorial docs (#2511)Ben James2018-09-231-173/+75
* Revert "Check if an updated typing version fixes readthedocs"Claudiu Popa2018-09-191-1/+0
* Check if an updated typing version fixes readthedocsClaudiu Popa2018-09-191-0/+1
* Add formatting documentationClaudiu Popa2018-09-171-0/+10
* 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
* Merge documentation with contributing docsClaudiu Popa2018-09-043-10/+8
* Added missin Info type to docRoberto Leinardi2018-09-041-0/+1
* Updated pylint-pycharm plugin documentationRoberto Leinardi2018-09-031-8/+10
* 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
* added pylint-PyCharm-plugin to the ide integration docsRoberto Leinardi2018-08-231-0/+16
* 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
* Update backlinks.rstcordis-dev2018-08-211-0/+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-093-3/+23
* add new case for `unnecessary-pass`ssolanki2018-08-091-0/+3
* intro.rst, pychecker the only one defunct?John Gabriele2018-08-021-2/+2
* Drop the _static folder and update the release datepylint-2.1.0Claudiu Popa2018-08-012-2/+2
* use sphinx-build instead of rstlintKonstantin Manna2018-08-011-24/+0
* check rst files with rst-linterKonstantin Manna2018-08-011-0/+24
* Remove hanging rst substitutionBryce Guinta2018-08-011-1/+1
* Escape the star in '*args' for rstBryce Guinta2018-08-011-1/+1
* Fix rst python sourcecode directive lexing errorBryce Guinta2018-08-011-4/+4
* Escape quote to fix rst sourcecode directive highlight for bashBryce Guinta2018-08-011-3/+3
* Fix rst section header formattingBryce Guinta2018-08-011-2/+3
* Prefix rst autolabels with filename to prevent collisions from includeBryce Guinta2018-08-012-0/+8
* Add 2.1 whatsnew to toctreeBryce Guinta2018-08-011-0/+1
* Add new check misplaced-format-function. (#2218)Sushobhit2018-07-312-0/+15
* Suppress undefined-variable for self referential class in lamdbas (#2362)Bryce Guinta2018-07-311-0/+2
* Update Spyder links and short description in IDE integration doc (#2361)C.A.M. Gerlach2018-07-301-3/+4
* Correct sentence in FAQ around Python version support (#2346)Adam Parkin2018-07-261-2/+2
* add release changelog for 2.1Claudiu Popa2018-07-241-0/+59
* 2.0 release notes spelling and grammar fixes (#2307)Ville Skyttä2018-07-171-3/+3
* Documentation fixes for the release and add Nick as a contributorClaudiu Popa2018-07-151-43/+54
* Fix incorrect hanging indent detection for with statementsBryce Guinta2018-07-151-0/+2
* Fix false positive unused-variable in lambda default arguments (#2276)Bryce Guinta2018-07-121-0/+2
* Fix false-postive undefined-variable in nested lambda. (#2274)Bryce Guinta2018-07-121-0/+2
* Expand ignored-argument-names include starred arguments and keyword arguments...Bryce Guinta2018-07-031-0/+2
* Acknowledge that ellipses are allowed in typing annotations (#2236)Bryce Guinta2018-07-021-0/+3
* Fix of false positive ``ìnconsistent-return-statements`` (#2220)hippo912018-06-281-0/+3
* Merge branch 'master' into fix_2177Sushobhit2018-06-221-0/+9
|\
| * Add a check `consider-using-set-comprehension` which is emitted if for set in...Claudiu Popa2018-06-201-0/+9
* | Add new checker useless-object-inheritance.ssolanki2018-06-201-0/+12
|/
* Add checker for simplifying chained comparison. Sushobhit2018-06-181-0/+13