summaryrefslogtreecommitdiff
path: root/script/proto
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2023-08-11 19:40:52 +0800
committer最萌小汐 <sumneko@hotmail.com>2023-08-11 19:40:52 +0800
commit525d095c55c696a36f67caae5e4e8f631e10c116 (patch)
treec3475e08b037efdbbe2562f3a5c1086889056573 /script/proto
parent1055a8547668308633601a8b67f1a0b52075de3f (diff)
downloadlua-language-server-525d095c55c696a36f67caae5e4e8f631e10c116.zip
stash
Diffstat (limited to 'script/proto')
-rw-r--r--script/proto/diagnostic.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/script/proto/diagnostic.lua b/script/proto/diagnostic.lua
index 9c095531..61b8ff4b 100644
--- a/script/proto/diagnostic.lua
+++ b/script/proto/diagnostic.lua
@@ -77,6 +77,7 @@ m.register {
'param-type-mismatch',
'cast-type-mismatch',
'return-type-mismatch',
+ 'inject-field',
} {
group = 'type-check',
severity = 'Warning',