pychecker: dont warn for class docstrs, too much noise
authorMarko Kreen <markokr@gmail.com>
Wed, 4 Nov 2009 13:25:47 +0000 (15:25 +0200)
committerMarko Kreen <markokr@gmail.com>
Wed, 4 Nov 2009 13:25:47 +0000 (15:25 +0200)
misc/pychecker.rc

index 01ee0b745ab08fc3e390603acce56a1b12808c32..1203f4994c7ab91a76cf5a99a1846e7ede28b940 100644 (file)
@@ -206,7 +206,7 @@ maxReferences = 5
 noDocModule = True
 
 # no class doc strings
-noDocClass = True
+noDocClass = False
 
 # no function/method doc strings
 noDocFunc = False