# frozen_string_literal: true begin require "git/cop/rake/setup" rescue LoadError => error puts error.message end task default: :git_cop