Turn on warning for empty (not missing) docstrings
This commit is contained in:
parent
20246e3fa9
commit
515adc3be5
3
pylintrc
3
pylintrc
@ -5,7 +5,6 @@
|
||||
#
|
||||
# C0103 - Invalid name "%s" (should match %s)
|
||||
# C0111 - Missing docstring
|
||||
# C0112 - Empty docstring
|
||||
# E0102 - %s already defined line %s
|
||||
# E0202 - An attribute inherited from %s hide this method
|
||||
# E1101 - %s %r has no %r member
|
||||
@ -19,4 +18,4 @@
|
||||
# W0511 - TODO, FIXME and XXX in the code
|
||||
# W0613 - Unused argument %r
|
||||
#
|
||||
disable = C0103,C0111,C0112,E0102,E0202,E1101,R0201,R0801,R0903,R0904,R0921,W0141,W0142,W0511,W0613
|
||||
disable = C0103,C0111,E0102,E0202,E1101,R0201,R0801,R0903,R0904,R0921,W0141,W0142,W0511,W0613
|
||||
|
||||
Loading…
Reference in New Issue
Block a user