# frozen_string_literal: true require "git/lint/rake/setup" require "rubocop/rake_task" RuboCop::RakeTask.new task default: %i[git_lint rubocop]