diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-11-03 17:41:56 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-11-03 17:41:56 +0800 |
commit | 23b01e07a92ed92a40b3ee8dbdcf03174dc82db5 (patch) | |
tree | b6b2cafa2dcf23c64c6bfa8f2a1eff0947398a9f /.luarc.json | |
parent | 7b76328600dd9bc5206f38a549da9e4f99c9ff84 (diff) | |
download | lua-language-server-23b01e07a92ed92a40b3ee8dbdcf03174dc82db5.zip |
add mark `---@nodiscard`
Diffstat (limited to '.luarc.json')
-rw-r--r-- | .luarc.json | 3 |
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" |