summaryrefslogtreecommitdiff
path: root/doc/whatsnew/2.0.rst
diff options
context:
space:
mode:
authorBryce Guinta <bryce.guinta@protonmail.com>2018-07-03 01:10:25 -0600
committerClaudiu Popa <pcmanticore@gmail.com>2018-07-03 09:10:25 +0200
commit24a3758a9804b386c70e12646fcfc16c5cd18705 (patch)
treef1df685befc4367d07ecc602cf261831564a075d /doc/whatsnew/2.0.rst
parent9c1812b712481bd3cf7340dbd4781b8f7d0e1d3d (diff)
downloadpylint-git-24a3758a9804b386c70e12646fcfc16c5cd18705.tar.gz
Expand ignored-argument-names include starred arguments and keyword arguments (#2237)
Diffstat (limited to 'doc/whatsnew/2.0.rst')
-rw-r--r--doc/whatsnew/2.0.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/whatsnew/2.0.rst b/doc/whatsnew/2.0.rst
index fb9ea9154..4e41aef73 100644
--- a/doc/whatsnew/2.0.rst
+++ b/doc/whatsnew/2.0.rst
@@ -251,6 +251,8 @@ Other Changes
* Suppress false-positive ``not-callable`` messages from certain staticmethod descriptors
+* Expand ``ignored-argument-names`` include starred arguments and keyword arguments
+
* `singleton-comparison` will suggest better boolean conditions for negative conditions.
* `undefined-loop-variable` takes in consideration non-empty iterred objects before emitting.