Releases: fohte/rubocop-daemon
Releases · fohte/rubocop-daemon
v0.3.2
v0.3.1
v0.3.0
New features
- Add
rubocop-daemon-wrapperbash script to autostart the server and send commands using netcat (#3, thanks @ndbroadbent)
Improvements
execandrestartcommands 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
Gemfileorgems.rbin the current dir or any parent dirs) (#3, thanks @ndbroadbent) rubocop-daemonclient now returns exit code by the RuboCop result (#3, thanks @ndbroadbent)- Always pass the
--coloroption toRuboCop::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)