lib/rubocop/rake.rb
# frozen_string_literal: true require "rubocop/rake/version" module RuboCop # :nodoc: module Rake class Error < StandardError; end end end
# frozen_string_literal: true require "rubocop/rake/version" module RuboCop # :nodoc: module Rake class Error < StandardError; end end end