From 2531096d2b9ed9d3fb8a279a1d99c832aea60301 Mon Sep 17 00:00:00 2001 From: Mikhail Galanin Date: Mon, 24 Sep 2018 17:20:44 +0100 Subject: [PATCH] [Minor] Whatever lies in .git, it should not be processed by luacheck --- .luacheckrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.luacheckrc b/.luacheckrc index 9af168474..a56ac63fc 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -6,6 +6,7 @@ exclude_files = { '/**/test/lua/**', '/**/test/functional/lua/miltertest/**', '/**/test/functional/lua/rspamadm/**', + '.git/**/', } globals = { -- 2.39.5