summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAditya Gupta <adityagupta1089@users.noreply.github.com>2021-05-17 19:26:41 +0530
committerGitHub <noreply@github.com>2021-05-17 15:56:41 +0200
commit1e544e97e920af69938a5f0bff61f19e93987d0d (patch)
tree220d8d6325e1702a8fb1ad3358b341912c5dab2b /doc
parentd150e399903e13aa4edd8644e98f4e742b2d3662 (diff)
downloadpylint-git-1e544e97e920af69938a5f0bff61f19e93987d0d.tar.gz
Add ignore_signatures to similarity checker (#4474)
* Add ignore_signatures to similarity checker 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.9.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/whatsnew/2.9.rst b/doc/whatsnew/2.9.rst
index fe78c6fd2..14669ca27 100644
--- a/doc/whatsnew/2.9.rst
+++ b/doc/whatsnew/2.9.rst
@@ -15,6 +15,8 @@ New checkers
* ``consider-using-dict-items``: Emitted when iterating over dictionary keys and then
indexing the same dictionary with the key within loop body.
+* An ``ignore_signatures`` option has been added to the similarity checker. It will permits to reduce false positives when multiple functions have the same parameters.
+
Other Changes
=============