From bbe020885c839766b808552e3ba0917db4a7d06b Mon Sep 17 00:00:00 2001 From: Jean-Patrick Guerrero Date: Wed, 3 Nov 2021 04:31:36 +0100 Subject: [PATCH] Tweak .luacheck --- .luacheckrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.luacheckrc b/.luacheckrc index 78f01ca..ceef878 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -26,4 +26,7 @@ exclude_files = { "tests/test_compression.lua", "tests/test_custom_recipes.lua", "tests/test_tabs.lua", + + ".install", + ".luarocks", }