summaryrefslogtreecommitdiff
path: root/pylint/extensions
Commit message (Expand)AuthorAgeFilesLines
* Relaxed docstring checks for abstract methodsAshley Whetter2018-05-091-2/+9
* 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
* possible_exc_types checks for UninferablesAshley Whetter2016-07-131-1/+2
* Automatic generation of extensions.rst (#988)Glenn Matthews2016-07-106-8/+207
* Added checks for yield documentationAshley Whetter2016-07-092-12/+100
* redundant-returns-doc: Consider *yield* as a type or *return* (Fixes #989)Moisés López2016-07-092-0/+11
* Remove trailing line.Claudiu Popa2016-07-071-1/+0
* Add a check_docs file, that registers into docparams, for maintaining backwar...Claudiu Popa2016-07-071-0/+18
* Move check_mccabe extension to mccabe.Claudiu Popa2016-07-071-0/+2
* Move check_redefined extension to redefined_variable_type.Claudiu Popa2016-07-071-0/+0
* Move check_bad_builtin extension to bad_builtin.Claudiu Popa2016-07-071-0/+0
* Move the docstring param checker to docparams.py.Claudiu Popa2016-06-301-0/+0
* Rename the docstring parameter checker to something that suggest more clearly...Claudiu Popa2016-06-301-3/+3
* Rename check_docstring to docstyle.Claudiu Popa2016-06-301-11/+11
* Fixed our docstring lint errorsAshley Whetter2016-06-252-3/+5
* Fixed qualified type detection in sphinx docstringsAshley Whetter2016-06-251-11/+15
* check_docs warns for redundant return docstring (#929)Ashley Whetter2016-06-052-3/+36
* Fixed some comment whitespacingAshley Whetter2016-06-031-7/+7
* Improved docstring matching in check_docs (#927)Ashley Whetter2016-06-031-96/+100
* Add the new shorter license header, including to missing files. Close #894.Claudiu Popa2016-06-017-0/+21