Skip to content

Commit 2a277c5

Browse files
committed
remove some more rubocop
1 parent 1e1d6f3 commit 2a277c5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Rakefile

-6
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,3 @@ unless RUBY_PLATFORM.include?("java")
2525

2626
YARD::Rake::YardocTask.new
2727
end
28-
29-
# RuboCop requires Ruby >= 2.2
30-
if Gem.ruby_version >= Gem::Version.new("2.2.0")
31-
require "rubocop/rake_task"
32-
RuboCop::RakeTask.new
33-
end

0 commit comments

Comments
 (0)