Skip to content

Releases: rubocop/guard-rubocop

v1.5.0

28 Aug 03:53
Compare
Choose a tag to compare
  • Drop support Ruby 2.4. #50
  • Allow custom cmd option for rubocop. #48

v1.0.2

12 Feb 07:44
Compare
Choose a tag to compare
  • Support both spelling “offense” (RuboCop 0.19 or later) and “offence” (prior to RuboCop 0.19) (rubocop#700)

v1.0.1

20 Jan 05:44
Compare
Choose a tag to compare
  • Fix inappripriate multiple run on a save with Vim (#6)

v1.0.0

08 Oct 05:03
Compare
Choose a tag to compare
  • Support Guard 2.0

v0.2.2

05 Sep 18:10
Compare
Choose a tag to compare
  • Fix a bug where progress formatter was used when -f and its argument were specified without separator in :cli option in Guardfile (e.g. -fs)

v0.2.1

25 Jul 14:32
Compare
Choose a tag to compare
  • Fix exception when any file is deleted

v0.2.0

05 Jul 13:36
Compare
Choose a tag to compare
  • Add :cli option which allows to specify additional command line arguments
  • Support JRuby and Rubinius in 1.9 modes

v0.1.0

05 Jul 13:45
Compare
Choose a tag to compare
  • Update RuboCop dependency to 0.9 or later and earlier than 1.0
  • Rework with JSON formatter
  • Change the displayed text to "Inspecting ..."
  • Print relative file paths when they are under current working directory

v0.0.4

05 Jul 13:45
Compare
Choose a tag to compare
  • Specify dependency on rubocop gem as under 0.9.0
  • Force RuboCop to colorize output even though output is not TTY
  • Revert "Use rubocop 0.6.1 --no-color option instead of uncoloring colored output"

v0.0.3

05 Jul 13:47
Compare
Choose a tag to compare
  • Use rubocop 0.6.1 --no-color option instead of uncoloring colored output