summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Robertson <jrobertson98atx@gmail.com>2018-12-13 16:08:41 -0600
committerClaudiu Popa <pcmanticore@gmail.com>2018-12-28 11:45:15 +0100
commit6b3f8c0e22fbb98307509f43abc9aa0c39478059 (patch)
tree9fbd3647ba3cb319985c558ac1faec6c512c0de4 /ChangeLog
parent5a86fddcb815ebd08fbc3ffcbaf7b11c2ba2e107 (diff)
downloadpylint-git-6b3f8c0e22fbb98307509f43abc9aa0c39478059.tar.gz
Fix missing-raises-doc false positive (W9006)
Updated checking of missing Raises to check exceptions that have absolute paths. Added W9006 testcases for google, numpy, and sphinx Close #1502
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d4ed3616c..09d82e474 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,6 +16,10 @@ Release date: TBA
Close #2635
+* Fix missing-raises-doc false positive (W9006)
+
+ Close #1502
+
* Exempt starred unpacking from ``*-not-iterating`` Python 3 checks
Close #2651