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