summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS.txt
diff options
context:
space:
mode:
authorAshley Whetter <awhetter.2011@my.bristol.ac.uk>2016-05-20 13:58:24 +0100
committerClaudiu Popa <pcmanticore@gmail.com>2016-05-20 13:58:24 +0100
commit05eb7fd20e279b5616bea237d0effcbd598a9583 (patch)
tree6073d1fcd2a7aeb138d6efaf540cb6ca84196310 /CONTRIBUTORS.txt
parent4d8336b527bded620c8c24d3ed442539d9256f04 (diff)
downloadpylint-git-05eb7fd20e279b5616bea237d0effcbd598a9583.tar.gz
Added a new extension for checking documented exceptions raised (#904)
Add check_raises_docs Closes #904
Diffstat (limited to 'CONTRIBUTORS.txt')
-rw-r--r--CONTRIBUTORS.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index 12252bb21..1236daf65 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -91,3 +91,4 @@ Order doesn't matter (not that much, at least ;)
* Luis Escobar (Vauxoo), Moisés López (Vauxoo): Add bad-docstring-quotes and docstring-first-line-empty
* Ashley Whetter: check_docs extension can find constructor parameters in __init__
+ Added check_raise_docs extension.