Rakefile in beaker-hostgenerator-2.11.0 vs Rakefile in beaker-hostgenerator-2.13.0
- old
+ new
@@ -68,14 +68,9 @@
end
rescue LoadError
end
begin
- require 'rubocop/rake_task'
+ require 'voxpupuli/rubocop/rake'
rescue LoadError
- # RuboCop is an optional group
-else
- RuboCop::RakeTask.new(:rubocop) do |task|
- # These make the rubocop experience maybe slightly less terrible
- task.options = ['--display-cop-names', '--display-style-guide', '--extra-details']
- end
+ # the voxpupuli-rubocop gem is optional
end