diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-07-16 15:55:47 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-07-16 15:55:47 +0800 |
commit | bdd5d388f5f45d48a14fefece2826809e6f25d3a (patch) | |
tree | 25a89a518863521ebe805a8a0162ebe1bc4fcd36 /script/constant | |
parent | 458d20d53f331a8de0a07d4322a3eae2551d1763 (diff) | |
download | lua-language-server-bdd5d388f5f45d48a14fefece2826809e6f25d3a.zip |
检查修改了循环变量
Diffstat (limited to 'script/constant')
-rw-r--r-- | script/constant/DiagnosticDefaultSeverity.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/script/constant/DiagnosticDefaultSeverity.lua b/script/constant/DiagnosticDefaultSeverity.lua index b7f07f63..f5babcdc 100644 --- a/script/constant/DiagnosticDefaultSeverity.lua +++ b/script/constant/DiagnosticDefaultSeverity.lua @@ -19,4 +19,5 @@ return { ['redundant-value'] = 'Hint', ['emmy-lua'] = 'Warning', ['set-const'] = 'Error', + ['set-for-state'] = 'Warning', } |