Rakefile in github-cloner-0.4.0 vs Rakefile in github-cloner-0.5.0

- old
+ new

@@ -13,14 +13,15 @@ require_relative 'lib/github_cloner' include GithubCloner ARGV.clear Pry.start end -require 'rubocop/rake_task' -desc 'Run RuboCop on the lib directory' -RuboCop::RakeTask.new(:rubocop) do |task| - task.patterns = ['lib/**/*.rb'] - # only show the files with failures - task.formatters = ['files'] - # don't abort rake on failure - task.fail_on_error = false -end + +# require 'rubocop/rake_task' +# desc 'Run RuboCop on the lib directory' +# RuboCop::RakeTask.new(:rubocop) do |task| +# task.patterns = ['lib/**/*.rb'] +# # only show the files with failures +# task.formatters = ['files'] +# # don't abort rake on failure +# task.fail_on_error = false +# end