From 8009c22401efcc8c2eeb395f7fb23062fff5d1cc Mon Sep 17 00:00:00 2001 From: LoneWolfHT Date: Sat, 28 Nov 2020 10:37:11 -0800 Subject: [PATCH] Don't run luacheck on hudbars --- .luacheckrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.luacheckrc b/.luacheckrc index 9d396d1..e0831da 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -7,6 +7,7 @@ exclude_files = { "mods/pvp/shooter", "mods/other/wield3d", "mods/other/treasurer", + "mods/other/hudbars", } ignore = {"631"}