summaryrefslogtreecommitdiff
path: root/server/src/constant
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2019-08-06 15:55:11 +0800
committer最萌小汐 <sumneko@hotmail.com>2019-08-06 15:55:11 +0800
commit842f98c6045f337ae30df559b451b65295f99f86 (patch)
treebb75fa33cc4e82d1e76253a9d141a9a293e403e4 /server/src/constant
parentf87c508bf3a45465c01241a0502041be9b693c08 (diff)
downloadlua-language-server-842f98c6045f337ae30df559b451b65295f99f86.zip
修正一些bug
Diffstat (limited to 'server/src/constant')
-rw-r--r--server/src/constant/DiagnosticDefaultSeverity.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/constant/DiagnosticDefaultSeverity.lua b/server/src/constant/DiagnosticDefaultSeverity.lua
index 6edfb04b..77877434 100644
--- a/server/src/constant/DiagnosticDefaultSeverity.lua
+++ b/server/src/constant/DiagnosticDefaultSeverity.lua
@@ -11,7 +11,7 @@ return {
['lowercase-global'] = 'Information',
['undefined-env-child'] = 'Information',
['duplicate-index'] = 'Warning',
- ['duplicate-field'] = 'Warning',
+ ['duplicate-method'] = 'Warning',
['empty-block'] = 'Information',
['redundant-value'] = 'Information',
['emmy-lua'] = 'Warning',