Module: Solargraph::Diagnostics::Severities

Defined in:
lib/solargraph/diagnostics/severities.rb

Overview

These severity constants match the DiagnosticSeverity constants in the language server protocol.

Constant Summary collapse

ERROR =
1
WARNING =
2
INFORMATION =
3
HINT =
4