summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2019-07-18 10:34:28 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2019-07-18 10:34:28 +0200
commit558e5b10d14dd81522affc7695dabd36273c5b60 (patch)
treeadcfbfc1364233b79a6550a1f0329ff853d73071 /ChangeLog
parentf38bd0d1b5d2e601d2a6034b3f0d6ee11343e26e (diff)
downloadpylint-git-558e5b10d14dd81522affc7695dabd36273c5b60.tar.gz
Added a new check, ``invalid-overridden-method``
This check is emitted when we detect that a method is overridden as a property or a property is overridden as a method. This can indicate a bug in the application code that will trigger a runtime error. Close #2670
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 089e294dc..7c3b0ba9a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,14 @@ What's New in Pylint 2.4.0?
Release date: TBA
+* Added a new check, ``invalid-overridden-method``
+
+ This check is emitted when we detect that a method is overridden
+ as a property or a property is overridden as a method. This can indicate
+ a bug in the application code that will trigger a runtime error.
+
+ Close #2670
+
* Added a new check, ``redeclared-assigned-name``
This check is emitted when ``pylint`` detects that a name