From 7082bb41721dbfff703091a3bc05e718fc487a14 Mon Sep 17 00:00:00 2001 From: theFox6 Date: Tue, 8 May 2018 16:27:48 +0200 Subject: [PATCH] ignore changing lightning.auto --- .luacheckrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.luacheckrc b/.luacheckrc index 524d56c..28e0a94 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -6,4 +6,6 @@ read_globals = { "VoxelManip", "VoxelArea", table = { fields = { "copy" } }, "lightning", -} \ No newline at end of file +} + +ignore = {"122"} \ No newline at end of file