From 4fc519a8d610fa5f8cf20c83197e6a14f1b3be5d Mon Sep 17 00:00:00 2001 From: Lucas Schwiderski Date: Tue, 21 Feb 2023 10:31:00 +0100 Subject: [PATCH] chore: Add more globals to luacheckrc --- .luacheckrc | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.luacheckrc b/.luacheckrc index 7607f9a..5f9253e 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -38,6 +38,15 @@ stds["DT"] = { "sign", "degrees_to_radians", "sirp", "ease_pulse", "cartesian_to_polar", "ease_out_quad", "easeOutCubic", "radian_lerp", "auto_lerp", "rand_utf8_string", "point_is_inside_oobb", }}, - "Crashify","Keyboard","Mouse","Application","Color","Quarternion","Vector3","Vector2","RESOLUTION_LOOKUP" + Managers = { fields = { + "mod", "event" + }}, + Mods = { fields = { + lua = { fields = { "debug", "io", "ffi", "os" }}, + "original_require", + "require_store", + }}, + "Crashify","Keyboard","Mouse","Application","Color","Quarternion","Vector3","Vector2","RESOLUTION_LOOKUP", + "ModManager", "Utf8", }, }