- Support RuboCop 1.0
- Add
:launchy
option (#21, #35) - Modify the
Guardfile
template so that RuboCop can be run when.rubocop_todo.yml
is modified (#36)
- Add
:hide_stdout
option (#15)
- Use RuboCop's
--force-exclusion
option to always ignore files specified in theExclude
configuration in.rubocop.yml
- Support both spelling “offense” (RuboCop 0.19 or later) and “offence” (prior to RuboCop 0.19) (rubocop#700)
- Fix inappripriate multiple run on a save with Vim (#6)
- Support Guard 2.0
- Fix a bug where
progress
formatter was used when-f
and its argument were specified without separator in:cli
option inGuardfile
(e.g.-fs
)
- Fix exception when any file is deleted
- Add
:cli
option which allows to specify additional command line arguments - Support JRuby and Rubinius in 1.9 modes
- 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
- 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"
- Use rubocop 0.6.1 --no-color option instead of uncoloring colored output
- Fix capitalization of the name RuboCop in notification title
- Initial release