In article <[email protected]>, Phlip <[email protected]> wrote: >On Jan 20, 11:20=A0pm, Michele Simionato <[email protected]> >wrote: >> >> pylint does too many things, I want something fast that just counts >> the lines and can be run on thousands of files at once. >> cloc seems fine, I have just tried on 2,000 files and it gives me a >> report in just a few seconds. > >In my experience with Python codebases that big... > >...how many of those lines are duplicated, and might merge together >into a better design?
Um... do you have any clue who you followed up to? If you don't, Google is your friend. -- Aahz ([email protected]) <*> http://www.pythoncraft.com/ import antigravity -- http://mail.python.org/mailman/listinfo/python-list
