lib/rubocop/lts.rb



# frozen_string_literal: true

require_relative "lts/version"

module Rubocop
  module Lts
    class Error < StandardError; end
    # Your code goes here...
  end
end