diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-04-09 06:37:47 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-04-09 06:37:47 +0800 |
commit | 885ae3b4ffcb455af7e838aef22b0099ac114446 (patch) | |
tree | a49cbd6dcc7c152f804e86449f9075ae4248486b /.luarc.json | |
parent | 37d982bc8e5b2aa868d83611b33bce6b690942b4 (diff) | |
download | lua-language-server-885ae3b4ffcb455af7e838aef22b0099ac114446.zip |
mis-commit
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 3a325ee7..302264ce 100644 --- a/.luarc.json +++ b/.luarc.json @@ -11,7 +11,8 @@ "undefined-field": "Any", "await-in-sync": "Any", "not-yieldable": "Any", - "discard-returns": "Any" + "discard-returns": "Any", + "codestyle-check": "Any" }, "ignoredFiles": "Opened", "libraryFiles": "Opened" |