From 0dd11d29995d044cde8402c5c8ec3659da262bea Mon Sep 17 00:00:00 2001 From: Bruno Daniel Date: Sun, 10 May 2015 14:13:31 +0200 Subject: accept-no-param-doc turned into a yes/no option; documentation for this parameter --- doc/extensions.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/extensions.rst b/doc/extensions.rst index 204fde3..36a4849 100644 --- a/doc/extensions.rst +++ b/doc/extensions.rst @@ -140,3 +140,7 @@ docstring defining the interface, e.g. a superclass method, after "see":: Naming inconsistencies in existing parameter and their type documentations are still detected. + +By default, omitting the parameter documentation of a function altogether is +tolerated without any warnings. If you want to switch off this behavior, +set the option ``accept-no-param-doc`` to ``yes`` in your ``.pylintrc``. -- cgit v1.2.1