mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 15:22:38 -04:00
Remove requirement for doc of all "priv" func
This commit is contained in:
parent
8f45b5e78b
commit
30c0cc9479
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ method-name-hint=[a-z_][a-z0-9_]{2,30}$
|
|||
|
||||
# Regular expression which should only match function or class names that do
|
||||
# not require a docstring.
|
||||
no-docstring-rgx=(__.*__)|(test_[A-Za-z0-9_]*)|(_call)
|
||||
no-docstring-rgx=(__.*__)|(test_[A-Za-z0-9_]*)|(_*)
|
||||
|
||||
# Minimum line length for functions/classes that require docstrings, shorter
|
||||
# ones are exempt.
|
||||
|
|
|
|||
Loading…
Reference in a new issue