Skip to content

Releases: fohte/rubocop-daemon

v0.3.2

12 Oct 02:43
41e0dd5
Compare
Choose a tag to compare

Bug fixes

  • Use =~ to support older versions of ruby (<2.4) (#17, thanks @cianmce)

v0.3.1

20 Dec 04:27
09be2d2
Compare
Choose a tag to compare

Bug fixes

  • Fix crash when acquiring lock (false.zero? raises an error) (#6, thanks @ndbroadbent)

v0.3.0

16 Dec 12:15
1f14eb7
Compare
Choose a tag to compare

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)

v0.2.0

14 Dec 15:33
a5737b8
Compare
Choose a tag to compare

New features

  • Add --no-daemon option to the start subcommand (#1, thanks @georf)
  • Allow running multiple daemons at the same time (#1, thanks @georf)

Improvements

  • Better checking the running status of daemons (#1, thanks @georf)