Disable name style check due to open issue

https://github.com/LuaLS/lua-language-server/issues/2643
This commit is contained in:
Cooldude2606
2024-11-19 23:48:13 +00:00
parent 24f814837c
commit b26ce578f2
4 changed files with 10 additions and 12 deletions

View File

@@ -17,18 +17,17 @@
"global": "Any",
"luadoc": "Opened",
"redefined": "Opened",
"strict": "Fallback",
"strong": "Fallback",
"strict": "Any",
"strong": "Any",
"type-check": "Any",
"unbalanced": "Opened",
"unused": "Opened"
},
"$comment-name-style-check": "Disabled below until config issue fixed: https://github.com/LuaLS/lua-language-server/issues/2643",
"diagnostics.neededFileStatus": {
"close-non-object": "Any",
"discard-returns": "Any",
"deprecated": "None",
"no-unknown": "None",
"spell-check": "None!"
"no-unknown": "None!",
"spell-check": "None!",
"name-style-check": "None!"
},
"nameStyle.config": {
"local_name_style": [{