From bff403fca1446f8372edc8fa96985249b019123e Mon Sep 17 00:00:00 2001 From: Akin Sowemimo <22454918+akinsho@users.noreply.github.com> Date: Sun, 28 Aug 2022 19:56:19 +0100 Subject: [PATCH] chore(lsp): ignore more lsp diagnostics (for now) --- .luarc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.luarc.json b/.luarc.json index 5631036..d0bfdee 100644 --- a/.luarc.json +++ b/.luarc.json @@ -4,7 +4,8 @@ "redundant-parameter", "return-type-mismatch", "assign-type-mismatch", - "cast-local-type" + "cast-local-type", + "missing-parameter" ], "Lua.workspace.checkThirdParty": false } \ No newline at end of file