Skip to content

Commit

Permalink
remove some more rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
jcupitt committed Dec 21, 2020
1 parent 1e1d6f3 commit 2a277c5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,3 @@ unless RUBY_PLATFORM.include?("java")

YARD::Rake::YardocTask.new
end

# RuboCop requires Ruby >= 2.2
if Gem.ruby_version >= Gem::Version.new("2.2.0")
require "rubocop/rake_task"
RuboCop::RakeTask.new
end

0 comments on commit 2a277c5

Please sign in to comment.