summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2022-03-04 14:36:56 +0100
committerGitHub <noreply@github.com>2022-03-04 14:36:56 +0100
commit4ca885fd8c35e6781a359cda0e4de2c0910973b6 (patch)
treec22390c79aef1a5c7cdf7e2f6d95a0ed79dc9ec2 /doc
parenta1df7685a4e6a05b519ea011f16a2f0d49d08032 (diff)
downloadpylint-git-4ca885fd8c35e6781a359cda0e4de2c0910973b6.tar.gz
Allow disabling ``duplicate-code`` with a disable comment (#5446)
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/whatsnew/2.13.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/whatsnew/2.13.rst b/doc/whatsnew/2.13.rst
index 4954cada4..4acac1ace 100644
--- a/doc/whatsnew/2.13.rst
+++ b/doc/whatsnew/2.13.rst
@@ -230,6 +230,11 @@ Other Changes
Closes #5323
+* Allow disabling ``duplicate-code`` with a disable comment when running through
+ pylint.
+
+ Closes #214
+
* Fix false positive for ``undefined-variable`` when ``namedtuple`` class
attributes are used as return annotations.