5

I have placed all python project sources in a single folder. Running the following pylint only seems to be looking and analyzing for duplicates within each source file and not across all which is what I intended:

pylint --disable=all --enable=duplicate-code /some/source/folder/

Is there a way to find code duplicates across many source files?

SkyWalker
  • 13,729
  • 18
  • 91
  • 187
  • 1
    What if you concatenated all the sources into a single temporary file and ran `pylint` over that one file? Would that bring you a step closer? – quamrana Mar 10 '20 at 16:03

0 Answers0