-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integration with Spring #292
Comments
You can ignore the @jonas054 @yujinakayama I think we should discard socket files in |
The problem occurs when we open an extensionless file to check if it has a ruby hashbang line, right? Yes, it seems like a good idea to check if it's an ordinary file before opening it. |
Zero to bug-fix in 10 hours? I can't even get a good cup of coffee or seven in that kind of time... Thanks! |
I use Spring in my Rails project to make things faster, and I just added Rubocop to my project. Unfortunately, when Spring is running, Rubocop won't start and throws this error:
I don't know even where to start with this error. Rubocop runs fine if Spring is not running. Any thoughts?
The text was updated successfully, but these errors were encountered: