File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
crates/emmylua_code_analysis Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 947947 "type" : " boolean"
948948 },
949949 "docIntegerMatchInt" : {
950- "description" : " The `int ` type can match the `doc_integer ` type. applied to `alias` ." ,
950+ "description" : " `doc_integer ` type can match `int ` type." ,
951951 "default" : false ,
952952 "type" : " boolean"
953953 },
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ pub struct EmmyrcStrict {
2424 /// meta define overrides file define
2525 #[ serde( default = "default_true" ) ]
2626 pub meta_override_file_define : bool ,
27- /// The `int ` type can match the `doc_integer ` type.
27+ /// `doc_integer ` type can match `int ` type.
2828 #[ serde( default = "default_false" ) ]
2929 pub doc_integer_match_int : bool ,
3030}
You can’t perform that action at this time.
0 commit comments