zmbush / coffeelint-ruby

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

Reuse ExecJS context when linting an entire directory. #40

Closed rodovich closed 9 years ago

rodovich commented 9 years ago

On my machine making a new context takes about 150ms. When done once for each file, that was taking about a third of the total execution time of our calls to Coffeelint.run_test_suite.

zmbush commented 9 years ago

Thanks!