struct AmberLSP::Configuration::CustomRuleConfig

Defined in:

amber_lsp/configuration.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : String, description : String, severity : String = "warning", applies_to : Array(String) = ["src/**"], pattern : String = "", message : String = "", negate : Bool = false) #

[View source]

Instance Method Detail

def applies_to : Array(String) #

[View source]
def description : String #

[View source]
def id : String #

[View source]
def message : String #

[View source]
def negate? : Bool #

[View source]
def pattern : String #

[View source]
def severity : String #

[View source]