summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <cpopa@cloudbasesolutions.com>2015-05-27 13:53:28 +0300
committerClaudiu Popa <cpopa@cloudbasesolutions.com>2015-05-27 13:53:28 +0300
commita6cfaecb76184a9b2b63db194dcca0b9dd0369a2 (patch)
tree45f5b70241e6459ec0d0c17b29ca31259711c4d0 /ChangeLog
parent94e0b5403c6041de9750cf64141d612ec6cf23bd (diff)
downloadpylint-a6cfaecb76184a9b2b63db194dcca0b9dd0369a2.tar.gz
Don't emit 'raising-non-exception' when the exception has unknown bases.
We don't know what those bases actually are and it's better to assume that the user knows what he is doing rather than emitting a message which can be considered a false positive.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0a6db90..da8cc9a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -146,6 +146,11 @@ ChangeLog for Pylint
classes, functions etc. This is most likely an error from the user's part.
Closes issue #524.
+ * Don't emit 'raising-non-exception' when the exception has unknown
+ bases. We don't know what those bases actually are and it's better
+ to assume that the user knows what he is doing rather than emitting
+ a message which can be considered a false positive.
+
2015-03-14 -- 1.4.3