projects
/
skytools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec526fd
)
pychecker: dont warn for class docstrs, too much noise
author
Marko Kreen
<markokr@gmail.com>
Wed, 4 Nov 2009 13:25:47 +0000
(15:25 +0200)
committer
Marko Kreen
<markokr@gmail.com>
Wed, 4 Nov 2009 13:25:47 +0000
(15:25 +0200)
misc/pychecker.rc
patch
|
blob
|
blame
|
history
diff --git
a/misc/pychecker.rc
b/misc/pychecker.rc
index 01ee0b745ab08fc3e390603acce56a1b12808c32..1203f4994c7ab91a76cf5a99a1846e7ede28b940 100644
(file)
--- a/
misc/pychecker.rc
+++ b/
misc/pychecker.rc
@@
-206,7
+206,7
@@
maxReferences = 5
noDocModule = True
# no class doc strings
-noDocClass =
Tru
e
+noDocClass =
Fals
e
# no function/method doc strings
noDocFunc = False