diff --git a/.luarc.json b/.luarc.json index f472490..4dfa398 100644 --- a/.luarc.json +++ b/.luarc.json @@ -14,7 +14,8 @@ "diagnostics": { "disable": [ "undefined-global", - "lowercase-global" + "lowercase-global", + "missing-fields" ], "globals": [ "_G",