diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-06-20 21:04:54 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-06-20 21:04:54 +0800 |
commit | 5f564a8ba866ab83f12da38b2f3c56002ce6bace (patch) | |
tree | e2c31161bf1f37fc92d5c93f98ead90e0d255f11 /script/proto | |
parent | c65de666e0a3706b921993648910ef531c47c607 (diff) | |
download | lua-language-server-5f564a8ba866ab83f12da38b2f3c56002ce6bace.zip |
update
Diffstat (limited to 'script/proto')
-rw-r--r-- | script/proto/define.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/script/proto/define.lua b/script/proto/define.lua index d748c5a2..8c7c7a0f 100644 --- a/script/proto/define.lua +++ b/script/proto/define.lua @@ -50,7 +50,6 @@ m.DiagnosticDefaultSeverity = { ['discard-returns'] = 'Warning', ['need-check-nil'] = 'Warning', ['cast-local-type'] = 'Warning', - ['cast-field-type'] = 'Warning', ['assign-type-mismatch'] = 'Warning', ['duplicate-doc-alias'] = 'Warning', @@ -114,7 +113,6 @@ m.DiagnosticDefaultNeededFileStatus = { ['discard-returns'] = 'Opened', ['need-check-nil'] = 'Opened', ['cast-local-type'] = 'Any', - ['cast-field-type'] = 'Any', ['assign-type-mismatch'] = 'Any', ['duplicate-doc-alias'] = 'Any', |