1 2 3 4 5 6 7 8
# frozen_string_literal: true require "bundler/gem_tasks" require "rubocop/rake_task" RuboCop::RakeTask.new task default: :rubocop