On Jan 20, 11:20 pm, Michele Simionato <michele.simion...@gmail.com> 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? The LOC would go down, too. -- Phlip -- http://mail.python.org/mailman/listinfo/python-list