summaryrefslogtreecommitdiff
path: root/script/proto
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-06-16 20:09:43 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-06-16 20:09:43 +0800
commit9341ca6cad1af3d3460361d48997027dca617fd3 (patch)
tree41196b10f77b9b9b1adc6cbc79d809998f35cb90 /script/proto
parentb1c58cdb05a906eb7e8c58d19288c5d83191a67b (diff)
downloadlua-language-server-9341ca6cad1af3d3460361d48997027dca617fd3.zip
fix
Diffstat (limited to 'script/proto')
-rw-r--r--script/proto/define.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/script/proto/define.lua b/script/proto/define.lua
index a3ff15a1..a49a0ac1 100644
--- a/script/proto/define.lua
+++ b/script/proto/define.lua
@@ -103,7 +103,7 @@ m.DiagnosticDefaultNeededFileStatus = {
['unused-local'] = 'Opened',
['unused-function'] = 'Opened',
['undefined-global'] = 'Any',
- ['undefined-field'] = 'Opened',
+ ['undefined-field'] = 'Any',
['global-in-nil-env'] = 'Any',
['unused-label'] = 'Opened',
['unused-vararg'] = 'Opened',
@@ -124,7 +124,7 @@ m.DiagnosticDefaultNeededFileStatus = {
['close-non-object'] = 'Any',
['count-down-loop'] = 'Any',
['no-implicit-any'] = 'None',
- ['deprecated'] = 'Opened',
+ ['deprecated'] = 'Any',
['duplicate-doc-class'] = 'Any',
['undefined-doc-class'] = 'Any',