`Rubocop` is now `RuboCop`

See ff167d8f20
remove_hooks
Ian MacLeod 2014-06-09 17:34:33 -07:00
parent ca0573d92a
commit d1c71e473d
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ end
require 'rubocop/rake_task'
desc 'Run RuboCop to check code consistency'
Rubocop::RakeTask.new(:rubocop) do |task|
RuboCop::RakeTask.new(:rubocop) do |task|
task.fail_on_error = false
end