From 482e31928542ce88a6353458d5d8f47ab8aa7610 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ritzl?= Date: Thu, 9 Feb 2023 23:39:44 +0100 Subject: [PATCH] Removed luacheckrc file --- .luacheckrc | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100644 .luacheckrc diff --git a/.luacheckrc b/.luacheckrc deleted file mode 100644 index 4b1717c..0000000 --- a/.luacheckrc +++ /dev/null @@ -1,42 +0,0 @@ -std = "max" -files['.luacheckrc'].global = false -unused_args = false - -globals = { - "sys", - "go", - "gui", - "label", - "render", - "crash", - "sprite", - "sound", - "tilemap", - "spine", - "particlefx", - "physics", - "factory", - "collectionfactory", - "iac", - "msg", - "vmath", - "url", - "http", - "image", - "json", - "zlib", - "iap", - "push", - "facebook", - "hash", - "hash_to_hex", - "pprint", - "init", - "final", - "update", - "on_input", - "on_message", - "on_reload", - "window", - "unityads" -}