summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2021-11-13 00:44:22 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-11-13 09:36:31 +0100
commit8e15c1dd9d0dc07cb9794353a32cd37d57f2d569 (patch)
tree722d718345814aa27d9d1f3550d8bb676a59f1de /doc
parent7976857b94146f6ad81ade63797905cd662238c2 (diff)
downloadpylint-git-8e15c1dd9d0dc07cb9794353a32cd37d57f2d569.tar.gz
Fix ``accept-no-yields/return-doc`` for partially correct docstrings
Diffstat (limited to 'doc')
-rw-r--r--doc/whatsnew/2.12.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/whatsnew/2.12.rst b/doc/whatsnew/2.12.rst
index 919371046..be99f68d9 100644
--- a/doc/whatsnew/2.12.rst
+++ b/doc/whatsnew/2.12.rst
@@ -77,6 +77,11 @@ Other Changes
Closes #5178
+* Fix ``accept-no-yields-doc`` and ``accept-no-return-doc`` not allowing missing ``yield`` or
+ ``return`` documentation when a docstring is partially correct
+
+ Closes #5223
+
* Fix ``simplify-boolean-expression`` when condition can be inferred as False.
Closes #5200