diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-10-22 14:22:36 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-10-22 14:22:36 +0800 |
commit | 2881d5d769033594dca45d659509fa0de3c746bf (patch) | |
tree | 1c5b22256cca22f159d64e6920982a12bd099fbb /script-beta/proto/define.lua | |
parent | 57dd96177c217611de4aced4efde94106ee389d3 (diff) | |
download | lua-language-server-2881d5d769033594dca45d659509fa0de3c746bf.zip |
暂存
Diffstat (limited to 'script-beta/proto/define.lua')
-rw-r--r-- | script-beta/proto/define.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/script-beta/proto/define.lua b/script-beta/proto/define.lua index 328cac90..e43b73ef 100644 --- a/script-beta/proto/define.lua +++ b/script-beta/proto/define.lua @@ -129,7 +129,9 @@ m.DiagnosticDefaultSeverity = { ['duplicate-index'] = 'Warning', ['empty-block'] = 'Hint', ['redundant-value'] = 'Hint', - ['emmy-lua'] = 'Warning', + ['set-const'] = 'Error', + + ['duplicate-doc-class'] = 'Warning', } --- 诊断报告标签 |