diff --git a/.luarc.json b/.luarc.json index 309c483..00c3492 100644 --- a/.luarc.json +++ b/.luarc.json @@ -1,5 +1,5 @@ { "$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json", "runtime.version": "LuaJIT", - "diagnostics.disable": ["redefined-local"] + "diagnostics.disable": ["redefined-local", "lowercase-global"] }