Sha256: a2c926637d73842977916eea839f0d03ec07d4f76bbeb4735eea83b26fb5d75e
Contents?: true
Size: 485 Bytes
Versions: 195
Compression:
Stored size: 485 Bytes
Contents
# frozen_string_literal: true # # This code is based on https://github.com/fohte/rubocop-daemon. # # Copyright (c) 2018 Hayato Kawai # # The MIT License (MIT) # # https://github.com/fohte/rubocop-daemon/blob/master/LICENSE.txt # module RuboCop module Server # @api private class InvalidTokenError < StandardError; end # @api private class ServerStopRequest < StandardError; end # @api private class UnknownServerCommandError < StandardError; end end end
Version data entries
195 entries across 188 versions & 19 rubygems