Skip to content

Commit 80cb3d4

Browse files
committed
fix schema generation
1 parent d90f71f commit 80cb3d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/emmylua_code_analysis/resources/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,7 @@
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
},

crates/emmylua_code_analysis/src/config/configs/strict.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)