summaryrefslogtreecommitdiff
path: root/doc/whatsnew
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2023-05-02 21:20:28 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2023-05-03 22:01:26 +0200
commitc8123d0ac847d79f3f8fcb53b8c5f3578a0bbd9d (patch)
tree10a2571524aad1533040c37d5425883eaebd1619 /doc/whatsnew
parentca74a1dbdabc138559d267e3adfef3893a1e795a (diff)
downloadpylint-git-c8123d0ac847d79f3f8fcb53b8c5f3578a0bbd9d.tar.gz
Uniformize message and remove useless details.rst
Diffstat (limited to 'doc/whatsnew')
-rw-r--r--doc/whatsnew/fragments/6871.user_action4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/whatsnew/fragments/6871.user_action b/doc/whatsnew/fragments/6871.user_action
index eace82f7a..7cabc1ca1 100644
--- a/doc/whatsnew/fragments/6871.user_action
+++ b/doc/whatsnew/fragments/6871.user_action
@@ -9,7 +9,9 @@ and they now need to be enabled explicitly.
The `pylint.extensions.emptystring`` and ``pylint.extensions.compare-to-zero`` extensions
no longer exists and needs to be removed from the ``load-plugins`` option.
+Messages related to implicit booleaness were made more explicit and actionable.
+
This permits to make their likeness explicit and will provide better performance as they share most of their
conditions to be raised.
-Refs #6871
+Closes #6871