### Steps to reproduce 1. Create a file with repeated code: code.py 2. 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. ### pylint --version output