summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS.txt
diff options
context:
space:
mode:
authorJohn Paraskevopoulos <io.paraskev@gmail.com>2017-03-11 09:06:57 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2017-03-11 08:06:57 +0100
commit541aca92212f8e1010b56af26b9761cb30b69165 (patch)
treeb2e3cd34e8fe33e32f663cd10a7ef74c46f6c1e9 /CONTRIBUTORS.txt
parent89d766ef8bea922cfacf55f8a8adbbf783955d4a (diff)
downloadpylint-git-541aca92212f8e1010b56af26b9761cb30b69165.tar.gz
Split missing+differing docstring param checks (#1344)
Add 2 different error codes for different params defined Split param name checking in two functions, one for missing checks and another for different names checks Check for missing params and then check for differing params Minor fix in type of found_argument_names [list --> set] Fixes #1342
Diffstat (limited to 'CONTRIBUTORS.txt')
-rw-r--r--CONTRIBUTORS.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index cf6b64643..6b876505a 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -133,3 +133,5 @@ Order doesn't matter (not that much, at least ;)
* Derek Gustafson: contributor
* Petr Pulc: require whitespace around annotations
+
+* John Paraskevopoulos: add 'differing-param-doc' and 'differing-type-doc'