You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add rubocop-daemon-wrapper bash script to autostart the server and send commands using netcat (#3, thanks @ndbroadbent)
Improvements
exec and restart commands now automatically start the server instead of crashing (#3, thanks @ndbroadbent)
Use the project root as the cache key (the project root is searched for Gemfile or gems.rb in the current dir or any parent dirs) (#3, thanks @ndbroadbent)
rubocop-daemon client now returns exit code by the RuboCop result (#3, thanks @ndbroadbent)
Always pass the --color option to RuboCop::CLI, to preserve the default colorized output (#3, thanks @ndbroadbent)
Wait for daemon to stop when running "rubocop-daemon stop" (#3, thanks @ndbroadbent)
Use a file lock to prevent multiple daemons from being started at the same time (#3, thanks @ndbroadbent)