summaryrefslogtreecommitdiff
path: root/.luarc.json
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-11-03 17:41:56 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-11-03 17:41:56 +0800
commit23b01e07a92ed92a40b3ee8dbdcf03174dc82db5 (patch)
treeb6b2cafa2dcf23c64c6bfa8f2a1eff0947398a9f /.luarc.json
parent7b76328600dd9bc5206f38a549da9e4f99c9ff84 (diff)
downloadlua-language-server-23b01e07a92ed92a40b3ee8dbdcf03174dc82db5.zip
add mark `---@nodiscard`
Diffstat (limited to '.luarc.json')
-rw-r--r--.luarc.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/.luarc.json b/.luarc.json
index 8dd4a5a9..8d990d68 100644
--- a/.luarc.json
+++ b/.luarc.json
@@ -10,7 +10,8 @@
],
"neededFileStatus": {
"undefined-field": "Any",
- "await-in-sync": "Any"
+ "await-in-sync": "Any",
+ "discard-returns": "Any"
},
"ignoredFiles": "Opened",
"libraryFiles": "Opened"