Skip to content

Commit 7efda25

Browse files
committed
Bump minimum docstring length on constructs to 20 lines
Limits docstring lint errors to constructs longer than 20 lines
1 parent 613c5ff commit 7efda25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prospector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pep8:
2020

2121
pylint:
2222
options:
23-
docstring-min-length: 10
23+
docstring-min-length: 20
2424
dummy-variables-rgx: '_$|__$|dummy'
2525
max-line-length: 100
2626
disable:

0 commit comments

Comments
 (0)