Skip to content

v0.3.0

Compare
Choose a tag to compare
@fohte fohte released this 16 Dec 12:15
· 26 commits to master since this release
1f14eb7

New features

  • 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)