summaryrefslogtreecommitdiff
path: root/pylint/extensions
Commit message (Expand)AuthorAgeFilesLines
* Support optional ~ or ! prefix for docstring typesJim Robertson2018-12-282-10/+9
* Fix missing-raises-doc false positive (W9006)Jim Robertson2018-12-281-1/+1
* Fix missing-raises-doc false positive (W9006)Jim Robertson2018-12-282-13/+23
* Make ``compare-to-zero`` less zealous by checking against equality and identityClaudiu Popa2018-12-141-2/+2
* Reformat the code with blackClaudiu Popa2018-09-1711-405/+559
* Can specify a default docstring type for when the check cannot guess the type...Ashley Whetter2018-07-242-7/+37
* Update copyright noticesClaudiu Popa2018-07-157-7/+21
* Add new checker useless-object-inheritance.ssolanki2018-06-201-1/+1
* Remove six package usages. (#2151)Sushobhit2018-05-271-3/+1
* Kill YES in favour of UninferableClaudiu Popa2018-05-241-1/+1
* pyupgrade (#2136)Anthony Sottile2018-05-222-3/+3
* Take annotations in account for missing-type-doc and missing-return-docSushobhit2018-05-191-0/+8
* Fixed up a couple of docstringsAshley Whetter2018-05-162-5/+5
* Fix an error which occurred when using the docparams extension and documentin...Adam Dangoor2018-05-161-1/+1
* Relaxed docstring checks for abstract methodsAshley Whetter2018-05-071-2/+9
* Add support for numpydoc return value names (#2031)Mitchell T.H. Young2018-04-241-2/+3
* Ignore 'optional' type specifier for google docstring (#2023)Adrian Chirieac2018-04-241-0/+1
* Fixed false positive when a numpy Attributes section follows a Parameters sec...Ashley Whetter2018-02-161-0/+12
* Spelling fixesVille Skyttä2018-01-302-3/+3
* Regenerate copyright noticesClaudiu Popa2017-12-158-8/+23
* Fixed false positive for compact argument docs with container typesAshley Whetter2017-11-111-2/+7
* Adding a check for ``inconsistent-return-statements`` inside function or meth...hippo912017-09-262-1/+2
* Support for Google docstring Keyword Args sections (#1664)hippo912017-09-171-0/+6
* Allow simple xrefs for types in docstrings (#1602)Mitar2017-08-251-3/+3
* fixup! Added docparams property testsAshley Whetter2017-07-082-49/+73
* Added docparams property testsAshley Whetter2017-07-081-7/+10
* docparams can find property return typesAshley Whetter2017-07-081-3/+28
* docparams checks for errors in a setters property docstringAshley Whetter2017-07-082-0/+69
* Spelling fixes (#1397)Ville Skyttä2017-04-022-2/+2
* docparams now ignores "optional" specifier on parameter docs (#1391)Ashley Whetter2017-03-311-1/+1
* Split missing+differing docstring param checks (#1344)John Paraskevopoulos2017-03-111-21/+56
* Add *args back to mccabe's default functionClaudiu Popa2017-01-281-2/+2
* Can detect multiple types in docstring type fields (#1294)Ashley Whetter2017-01-271-12/+13
* Remove the variadics from the default functionClaudiu Popa2017-01-261-2/+2
* Add new extension for detecting integer comparisons against zero (#1243)Alexander Todorov2016-12-311-0/+71
* Add new extension for comparison against empty string constants (#1183)Alexander Todorov2016-12-291-0/+71
* New refactoring checker: consider-using-ternary (#1210)Łukasz Rogalski2016-12-181-1/+1
* Simplify loop.Erik Eriksson2016-12-161-1/+1
* Extracted overlapping exceptions checker into extensionErik2016-12-151-0/+81
* Use attributes from modules instead of cluttering the namespace.Claudiu Popa2016-07-272-4/+4
* Move unneeded-not into refactoring, where it belongs.Claudiu Popa2016-07-271-4/+3
* Added Epytext support to docparams extension (Closes #1030)Yuri Bochkarev2016-07-231-7/+44
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-238-16/+26
* Bisect 'missing-[returns|yield]-doc' warnings into separate text/type checks.Glenn Matthews2016-07-192-17/+86
* Keep a consistent copyright notice across the board.Claudiu Popa2016-07-198-0/+16
* Do not crash when calling unpack_infer. Close #998Claudiu Popa2016-07-181-4/+8
* Recognize multiple valid keyword synonyms, supported by SphinxGlenn Matthews2016-07-181-2/+11
* Make sure that only exception instances or classes are processed.Claudiu Popa2016-07-181-2/+8
* Add type inference for missing-raises-docGlenn Matthews2016-07-181-4/+16
* Fix false positive for missing-[type,param]-doc (#1006)Glenn Matthews2016-07-151-2/+10