zmbush / coffeelint-ruby

This adds some simple bindings to ruby to enable use of coffeelint
MIT License
32 stars 23 forks source link

Execution is slow #46

Open peterox opened 8 years ago

peterox commented 8 years ago

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

zmbush commented 8 years ago

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: