Skip to content

Commit

Permalink
Disable rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
pajapro committed Nov 11, 2017
1 parent 21ef787 commit fda69d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Rakefile
Expand Up @@ -3,7 +3,7 @@ require 'bundler/gem_tasks'
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new

require 'rubocop/rake_task'
RuboCop::RakeTask.new(:rubocop)
# require 'rubocop/rake_task'
# RuboCop::RakeTask.new(:rubocop)

task default: %i[spec rubocop]
task default: %i[spec]

0 comments on commit fda69d8

Please sign in to comment.