I was wondering if there is a reason that coffeelint is run a file at a time? Running coffeelint directly from the command line on all out files take 2 seconds but running it via coffeelint-ruby takes 47 seconds.
Is it not possible to simply pass the directory through to coffeelint?
I'm sure it's possible, but it would require some refactoring. I can't work in this too much at the moment, but if you want to make a pull request, I'll happily take a look at it. :smile:
Hi there,
I was wondering if there is a reason that coffeelint is run a file at a time? Running coffeelint directly from the command line on all out files take 2 seconds but running it via coffeelint-ruby takes 47 seconds.
Is it not possible to simply pass the directory through to coffeelint?
Peter