1
0
Fork 0
mirror of https://github.com/middleman/middleman.git synced 2022-11-09 12:20:27 -05:00

Rubocop is now RuboCop

See ff167d8f20
This commit is contained in:
Ian MacLeod 2014-06-09 17:34:33 -07:00
parent ca0573d92a
commit d1c71e473d

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