Skip to content

Commit

Permalink
Remove rubocop from default Rake task
Browse files Browse the repository at this point in the history
  • Loading branch information
skalibog committed Oct 31, 2023
1 parent 71f7908 commit a8b3e39
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,4 @@ RSpec::Core::RakeTask.new(:rcov) do |spec|
spec.rcov = true
end

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

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

0 comments on commit a8b3e39

Please sign in to comment.