struct
AmberLSP::Configuration::CustomRuleConfig
- AmberLSP::Configuration::CustomRuleConfig
- Struct
- Value
- Object
Defined in:
amber_lsp/configuration.crConstructors
Instance Method Summary
- #applies_to : Array(String)
- #description : String
- #id : String
- #message : String
- #negate? : Bool
- #pattern : String
- #severity : String
Constructor Detail
def self.new(id : String, description : String, severity : String = "warning", applies_to : Array(String) = ["src/**"], pattern : String = "", message : String = "", negate : Bool = false)
#