summaryrefslogtreecommitdiff
path: root/script/proto
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-06-16 19:57:04 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-06-16 19:57:04 +0800
commit9052464f0175619160d216c0671a77084cf3f046 (patch)
tree6a26cd78be82a0b45e3dece65547ec048e0f78a3 /script/proto
parent040d3f7b32c03853dc38c9ad08715024ac8586b6 (diff)
downloadlua-language-server-9052464f0175619160d216c0671a77084cf3f046.zip
enable deprecated by default
Diffstat (limited to 'script/proto')
-rw-r--r--script/proto/define.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/proto/define.lua b/script/proto/define.lua
index abfaa9b0..a3ff15a1 100644
--- a/script/proto/define.lua
+++ b/script/proto/define.lua
@@ -124,7 +124,7 @@ m.DiagnosticDefaultNeededFileStatus = {
['close-non-object'] = 'Any',
['count-down-loop'] = 'Any',
['no-implicit-any'] = 'None',
- ['deprecated'] = 'None',
+ ['deprecated'] = 'Opened',
['duplicate-doc-class'] = 'Any',
['undefined-doc-class'] = 'Any',