Releases: fohte/rubocop-daemon
Releases · fohte/rubocop-daemon
v0.3.2
v0.3.1
v0.3.0
New features
- Add
rubocop-daemon-wrapper
bash script to autostart the server and send commands using netcat (#3, thanks @ndbroadbent)
Improvements
exec
andrestart
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
orgems.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 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)