diff options
author | AlexCai2019 <89138532+AlexCai2019@users.noreply.github.com> | 2022-05-08 01:43:28 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-08 01:43:28 +0800 |
commit | 0fd83c4ca9f82a02becab6c304a8a7de75098507 (patch) | |
tree | be9790d9d4823fe728c5b36e94093fe5f42b7725 /.luarc.json | |
parent | 89203efad8c9b5513e05ca4d5696107924865b10 (diff) | |
parent | 67b4c574849d1667e0ecb39c51aeed8e30b43056 (diff) | |
download | lua-language-server-0fd83c4ca9f82a02becab6c304a8a7de75098507.zip |
Merge branch 'sumneko:master' into master
Diffstat (limited to '.luarc.json')
-rw-r--r-- | .luarc.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.luarc.json b/.luarc.json index 993be427..32fa50a7 100644 --- a/.luarc.json +++ b/.luarc.json @@ -7,7 +7,12 @@ "undefined-field": "Any", "await-in-sync": "Any", "not-yieldable": "Any", - "discard-returns": "Any" + "discard-returns": "Any", + "redundant-parameter": "Any", + "missing-parameter": "Any", + "need-check-nil": "Any", + "redundant-value": "Any", + "deprecated": "Any" }, "ignoredFiles": "Opened", "libraryFiles": "Opened" |