pylint #21862 warn when derived class has same method implementation [open]
sometimes, after a refactoring, a method in a derived class ends up with the same implementation as the one in the parent class (generally copy pasted, and forgot to remove). I would find it helpful if Pylint could help me hunt these. The duplicated code tool in pylint does some of the job, but :
The target for this check is typically short methods (2-3 lines) which would not be flagged by the duplicate code tool. | |
priority | normal |
---|---|
type | enhancement |
done in | <not specified> |
closed by | <not specified> |