summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2015-10-18 17:44:43 +0300
committerClaudiu Popa <pcmanticore@gmail.com>2015-10-18 17:44:43 +0300
commita80c61921d59b919be50612f2fa9139d4e24244a (patch)
treece900cde918a3a3725e3e50acfef36963e80585c /ChangeLog
parentbd5a11987fc9d9145a1414db635c803818ddd5c9 (diff)
parent3df1fb9ee598eec589c988b7790cf44b031341f2 (diff)
downloadpylint-a80c61921d59b919be50612f2fa9139d4e24244a.tar.gz
Merged in dmand/pylint/fix-667 (pull request #287)
Make `no-self-use` checker not throw a warning if method has a `super()` call.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 964ab1a..1036a31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@ ChangeLog for Pylint
--------------------
--
+ * Make 'no-self-use' checker not emit a warning if there is a 'super()'
+ call inside the method.
+ Closes issue #667.
+
* Add checker to identify multiple imports on one line.
Closes issue #598.