summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarko Kreen2009-11-04 13:25:47 +0000
committerMarko Kreen2009-11-04 13:25:47 +0000
commitde37c843c2f9f1627fd91a6453a38bad485fefd4 (patch)
treeb53ef2f1dc8a931a5de7cb2c489c824b3324d0de
parentec526fd1dd7982d4cf17e40834c88d4e3700d4ca (diff)
pychecker: dont warn for class docstrs, too much noise
-rw-r--r--misc/pychecker.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/pychecker.rc b/misc/pychecker.rc
index 01ee0b74..1203f499 100644
--- a/misc/pychecker.rc
+++ b/misc/pychecker.rc
@@ -206,7 +206,7 @@ maxReferences = 5
noDocModule = True
# no class doc strings
-noDocClass = True
+noDocClass = False
# no function/method doc strings
noDocFunc = False