Rakefile in webhook_system-1.0.4 vs Rakefile in webhook_system-2.0.0
- old
+ new
@@ -6,11 +6,10 @@
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new
task :test do
sh "rspec"
- sh "reek"
sh "rubocop"
end
task default: :spec
@@ -20,10 +19,9 @@
require 'pry'
base = "https://raw.githubusercontent.com/payrollhero/styleguide/master/"
files = %w{
.rubocop.hound.yml
.rubocop.yml
- .reek
.codeclimate.yml
}
files.each do |file|
puts "Fetching #{file} ..."
url = "#{base}#{file}"