summaryrefslogtreecommitdiff
path: root/.luarc.json
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-06-25 03:36:54 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-06-25 03:36:54 +0800
commit711c5d44484366ac80d02ff42fc8fab908b10739 (patch)
tree8637c22d302f7b3b1305003cf87162b178b9c637 /.luarc.json
parent91068747651bdd30a3ca436e25a39ec09fba0545 (diff)
downloadlua-language-server-711c5d44484366ac80d02ff42fc8fab908b10739.zip
update config
Diffstat (limited to '.luarc.json')
-rw-r--r--.luarc.json28
1 files changed, 11 insertions, 17 deletions
diff --git a/.luarc.json b/.luarc.json
index 43a34445..2be19160 100644
--- a/.luarc.json
+++ b/.luarc.json
@@ -3,16 +3,17 @@
"disable": [
"close-non-object"
],
- "neededFileStatus": {
- "undefined-field": "Any",
- "await-in-sync": "Any",
- "not-yieldable": "Any",
- "discard-returns": "Any",
- "redundant-parameter": "Any",
- "missing-parameter": "Any",
- "need-check-nil": "Any",
- "redundant-value": "Any",
- "deprecated": "Any"
+ "groupFileStatus": {
+ "ambiguity": "Any",
+ "await": "Any",
+ "duplicate": "Any",
+ "global": "Any",
+ "luadoc": "Any",
+ "redefined": "Any",
+ "strict": "Any",
+ "type-check": "Any",
+ "unbalanced": "Any",
+ "unused": "Any"
},
"ignoredFiles": "Opened",
"libraryFiles": "Opened"
@@ -36,13 +37,6 @@
"3rd",
".vscode",
"meta"
- ],
- "library": [
- "script/meta",
- "bin"
]
- },
- "hover": {
- "previewFields": 50
}
}