From 96fab864c3cc13a79b02f68480bf1ca58c3018e3 Mon Sep 17 00:00:00 2001 From: dutchie031 Date: Wed, 9 Sep 2026 11:22:21 +0200 Subject: [PATCH] non important trailing whitespace ignored --- .luacheckrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.luacheckrc b/.luacheckrc index 4d4893b..480fb5c 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -9,6 +9,10 @@ globals = { "SpearheadAPI", } +ignore = { + "631" --Trailing whitespace +} + -- DCS Mission Scripting Environment API read_globals = { "env", "timer", "trigger", "world", "coalition", "country",