False negative duplicate-code
when similarities are in the same file #1457
Open
Description
opened on Apr 27, 2017
Steps to reproduce
- Create a file with repeated code: code.py
- pylint --disable=all --enable=similarities code.py
Current behavior
Do not show code repeated in the same file,
Expected behavior
Show code repeated in the same file.
Activity