summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorhippo91 <guillaume.peillex@gmail.com>2020-10-18 13:46:46 +0200
committerGitHub <noreply@github.com>2020-10-18 13:46:46 +0200
commit9a97be4c67f173b6fba958e41e6b5129a275e290 (patch)
treecffedcf945024bd8068a22f36baf30e2fae166d7 /doc
parentb725f8a94c809900e945516ae26c956318a00d6c (diff)
parent7b70e02fa000fab748297a035f0aab5bb21fd93d (diff)
downloadpylint-git-9a97be4c67f173b6fba958e41e6b5129a275e290.tar.gz
Merge pull request #3842 from luigibertaco/enhancement-3800-ignore-argument-names-on-docstring-parmaeters
Adds support to `ignored-argument-names` in DocstringParameterChecker
Diffstat (limited to 'doc')
-rw-r--r--doc/whatsnew/2.7.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/whatsnew/2.7.rst b/doc/whatsnew/2.7.rst
index e53eb3fb7..38d22c029 100644
--- a/doc/whatsnew/2.7.rst
+++ b/doc/whatsnew/2.7.rst
@@ -9,6 +9,8 @@
Summary -- Release highlights
=============================
+* Add support to ``ignored-argument-names`` in DocstringParameterChecker and
+ adds `useless-param-doc` and `useless-type-doc` messages.
New checkers
============