begin
require 'rubocop/rake_task' RuboCop::RakeTask.new
rescue LoadError # rubocop:disable Lint/HandleExceptions
# skip rubocop tasks
end
begin
require 'rubocop/rake_task' RuboCop::RakeTask.new
rescue LoadError # rubocop:disable Lint/HandleExceptions
# skip rubocop tasks
end