Sha256: 4697a1297684a0d7c9131536bb9e5605da1ffc769686abf701b4787ef1ef37f2

Contents?: true

Size: 551 Bytes

Versions: 109

Compression:

Stored size: 551 Bytes

Contents

module LanguageServer
  module Protocol
    module Constant
      #
      # The diagnostic tags.
      #
      module DiagnosticTag
        #
        # Unused or unnecessary code.
        #
        # Clients are allowed to render diagnostics with this tag faded out
        # instead of having an error squiggle.
        #
        UNNECESSARY = 1
        #
        # Deprecated or obsolete code.
        #
        # Clients are allowed to rendered diagnostics with this tag strike through.
        #
        DEPRECATED = 2
      end
    end
  end
end

Version data entries

109 entries across 109 versions & 14 rubygems

Version Path
mlh-rubocop-config-1.0.2 vendor/bundle/ruby/3.2.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/diagnostic_tag.rb
fablicop-1.10.3 vendor/bundle/ruby/3.2.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/diagnostic_tag.rb
language_server-protocol-3.17.0.3 lib/language_server/protocol/constant/diagnostic_tag.rb
language_server-protocol-3.17.0.2 lib/language_server/protocol/constant/diagnostic_tag.rb
language_server-protocol-3.17.0.1 lib/language_server/protocol/constant/diagnostic_tag.rb
language_server-protocol-3.16.0.3 lib/language_server/protocol/constant/diagnostic_tag.rb
language_server-protocol-3.16.0.2 lib/language_server/protocol/constant/diagnostic_tag.rb
language_server-protocol-3.16.0.1 lib/language_server/protocol/constant/diagnostic_tag.rb
language_server-protocol-3.16.0.0 lib/language_server/protocol/constant/diagnostic_tag.rb