summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-04-09 06:39:02 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-04-09 06:39:02 +0800
commit270824a429d2d452ff9d3751e39e91a9c929b265 (patch)
tree8ccc68e5935eec853cd455f6aeddd1c7c21d9784
parent885ae3b4ffcb455af7e838aef22b0099ac114446 (diff)
downloadlua-language-server-270824a429d2d452ff9d3751e39e91a9c929b265.zip
disable codestyle-check
-rw-r--r--.luarc.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/.luarc.json b/.luarc.json
index 302264ce..3a325ee7 100644
--- a/.luarc.json
+++ b/.luarc.json
@@ -11,8 +11,7 @@
"undefined-field": "Any",
"await-in-sync": "Any",
"not-yieldable": "Any",
- "discard-returns": "Any",
- "codestyle-check": "Any"
+ "discard-returns": "Any"
},
"ignoredFiles": "Opened",
"libraryFiles": "Opened"