Open oliverklee opened 8 years ago
Your referenced backtrace doesn't seem to include any files from coffeelint_ruby.
As to why the gem isn't included in the rake tasks, I haven't looked into support for Rails 5. Perhaps the rake task loading mechanism has changed.
Unfortunately, I don't have much time to work on this gem anymore, but I would be happy to take a look at a pull request if you figure out what's wrong.
For this project, we're using coffeelint as part of our CI chain:
https://github.com/braingourmets/gethdo
With Rails 4.2.7, the coffeelint tasks gets executed when running the default Rake task:
However, the coffee_lint task is not listed among the available Rake tasks:
Now, when we upgrade to Rails 5.0.0 and run the default Rake task, coffee_lint crashes:
I've created a branch for this: https://github.com/braingourmets/gethdo/tree/task/rails-5 https://travis-ci.org/braingourmets/gethdo/builds/145869385
So the things to solve are: