class
AmberLSP::Rules::Schemas::FieldTypeRule
Defined in:
amber_lsp/rules/schemas/field_type_rule.crConstant Summary
-
VALID_TYPES =
["String", "Int32", "Int64", "Float32", "Float64", "Bool", "Time", "UUID", "Array(String)", "Array(Int32)", "Array(Int64)", "Array(Float64)", "Array(Bool)", "Hash(String,JSON::Any)"]
Instance Method Summary
- #applies_to : Array(String)
- #check(file_path : String, content : String) : Array(Diagnostic)
- #default_severity : AmberLSP::Rules::Severity
- #description : String
- #id : String