diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-04-23 23:36:30 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-04-23 23:36:30 +0800 |
commit | 0652fa586d62408e28d8f7d253aa96381d357bc8 (patch) | |
tree | aa2f37d508318e976f2ee17aef919883321cdf12 /.luarc.json | |
parent | 3f815c836beb054a13f8d250f6f05a54778b72ba (diff) | |
download | lua-language-server-0652fa586d62408e28d8f7d253aa96381d357bc8.zip |
infer by `if not x then return end`
Diffstat (limited to '.luarc.json')
-rw-r--r-- | .luarc.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.luarc.json b/.luarc.json index c0b893a3..32fa50a7 100644 --- a/.luarc.json +++ b/.luarc.json @@ -10,6 +10,7 @@ "discard-returns": "Any", "redundant-parameter": "Any", "missing-parameter": "Any", + "need-check-nil": "Any", "redundant-value": "Any", "deprecated": "Any" }, |